#include <meeting_breakout_rooms_interface_v2.h>
◆ ~IBOCreatorEvent()
| virtual IBOCreatorEvent::~IBOCreatorEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onBOCreateSuccess()
| virtual void IBOCreatorEvent::onBOCreateSuccess |
( |
const zchar_t * | strBOID | ) |
|
|
pure virtual |
Callback event when creating a BO successfully. You will receive this event after CreateBO succeeds. Make sure you receive this event before starting the BO.
- Parameters
-
| strBOID | The ID of the BO that has been created successfully. |
- Deprecated
- This interface is marked as deprecated, and it is recommended to use 'onCreateBOResponse(bool bSuccess, const zchar_t* strBOID)'.
◆ OnBOOptionChanged()
| virtual void IBOCreatorEvent::OnBOOptionChanged |
( |
const BOOption & | newOption | ) |
|
|
pure virtual |
Callback event when the BO option changes.
- Parameters
-
| newOption | The new BO option. |
◆ onCreateBOResponse()
| virtual void IBOCreatorEvent::onCreateBOResponse |
( |
bool | bSuccess, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
Callback event of CreateBreakoutRoom.
- Parameters
-
| bSuccess | true if the creation is successful, false otherwise. |
| strBOID | The breakout room's ID if the creation is successful, otherwise nullptr. |
◆ onRemoveBOResponse()
| virtual void IBOCreatorEvent::onRemoveBOResponse |
( |
bool | bSuccess, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
Callback event of RemoveBO.
- Parameters
-
| bSuccess | true if the removal is successful, false otherwise. |
| strBOID | The breakout room's ID being removed. |
◆ onUpdateBONameResponse()
| virtual void IBOCreatorEvent::onUpdateBONameResponse |
( |
bool | bSuccess, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
Callback event of UpdateBOName.
- Parameters
-
| bSuccess | true if the update is successful, false otherwise. |
| strBOID | The breakout room's ID being updated. |
◆ OnWebPreAssignBODataDownloadStatusChanged()
Callback event when the pre-assigned data download status changes.
- Parameters
-
| status | The download status. |