#include <meeting_breakout_rooms_interface_v2.h>
◆ ~IBOCreatorEvent()
virtual IBOCreatorEvent::~IBOCreatorEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onBOCreateSuccess()
virtual void IBOCreatorEvent::onBOCreateSuccess |
( |
const zchar_t * | strBOID | ) |
|
|
pure virtual |
◆ OnBOOptionChanged()
virtual void IBOCreatorEvent::OnBOOptionChanged |
( |
const BOOption & | newOption | ) |
|
|
pure virtual |
You will receive the event when the option changes.
◆ onCreateBOResponse()
virtual void IBOCreatorEvent::onCreateBOResponse |
( |
bool | bSuccess, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
The callback notification of CreateBreakoutRoom.
- Parameters
-
bSuccess,Indicate | whether the creation is actually successful. True indicates success, false indicates failure. |
strBOID,If | the creation is successful, its value is the breakout room's ID, otherwise the value is nullptr. |
◆ onRemoveBOResponse()
virtual void IBOCreatorEvent::onRemoveBOResponse |
( |
bool | bSuccess, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
The callback notification of RemoveBO.
- Parameters
-
bSuccess,Indicates | whether the removal was actually successful. True indicates success, false indicates failure. |
strBOID,Identifies | which breakout room is being removed. |
◆ onUpdateBONameResponse()
virtual void IBOCreatorEvent::onUpdateBONameResponse |
( |
bool | bSuccess, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
The callback notification of UpdateBOName.
- Parameters
-
bSuccess,Indicates | whether the update was actually successful. True indicates success, false indicates failure. |
strBOID,Identifies | which breakout room is being updated. |
◆ OnWebPreAssignBODataDownloadStatusChanged()
When the pre-assigned data download status changes, you will receive the event.
- Parameters
-