BO controller callback event handler.
More...
#include <meeting_breakout_rooms_interface_v2.h>
BO controller callback event handler.
Definition at line 460 of file meeting_breakout_rooms_interface_v2.h.
◆ ~IMeetingBOControllerEvent()
virtual IMeetingBOControllerEvent::~IMeetingBOControllerEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onBOStatusChanged()
virtual void IMeetingBOControllerEvent::onBOStatusChanged |
( |
BO_STATUS |
eStatus | ) |
|
|
pure virtual |
When host change the BO status, all users receive the event.
- Parameters
-
eStatus,current | status of BO. |
◆ onBOStopCountDown()
virtual void IMeetingBOControllerEvent::onBOStopCountDown |
( |
unsigned int |
nSeconds | ) |
|
|
pure virtual |
When BOOption.countdown_seconds != BO_STOP_NOT_COUNTDOWN, host stop BO and all users receive the event.
- Parameters
-
nSeconds,the | countdown seconds. |
◆ onBOSwitchRequestReceived()
virtual void IMeetingBOControllerEvent::onBOSwitchRequestReceived |
( |
const wchar_t * |
strNewBOName, |
|
|
const wchar_t * |
strNewBOID |
|
) |
| |
|
pure virtual |
Whenever the host switches you to another BO while you are assigned but haven't joined the BO, you will receive this event.
- Parameters
-
strNewBOName | The new BO name. |
strNewBOID | The new BO ID. If the current user is IBOAttendee, then the 2nd parameter strNewBOID will return NULL. |
◆ onHasAdminRightsNotification()
virtual void IMeetingBOControllerEvent::onHasAdminRightsNotification |
( |
IBOAdmin * |
pAdminObj | ) |
|
|
pure virtual |
To notify that you has admin right.
- Parameters
-
pAdminObj,the | pointer of admin object. For more details, see IBOAdmin enum. |
◆ onHasAssistantRightsNotification()
virtual void IMeetingBOControllerEvent::onHasAssistantRightsNotification |
( |
IBOAssistant * |
pAssistantObj | ) |
|
|
pure virtual |
To notify that you has assistant right.
- Parameters
-
pAssistantObj,the | pointer of assistant object. For more details, see IBOAssistant enum. |
◆ onHasAttendeeRightsNotification()
virtual void IMeetingBOControllerEvent::onHasAttendeeRightsNotification |
( |
IBOAttendee * |
pAttendeeObj | ) |
|
|
pure virtual |
To notify that you has attendee right.
- Parameters
-
pAttendeeObj,the | pointer of attendee object. For more details, see IBOAttendee enum. |
◆ onHasCreatorRightsNotification()
virtual void IMeetingBOControllerEvent::onHasCreatorRightsNotification |
( |
IBOCreator * |
pCreatorObj | ) |
|
|
pure virtual |
To notify that you has creator right.
- Parameters
-
pCreatorObj,the | pointer of creator object. For more details, see IBOCreator enum. |
◆ onHasDataHelperRightsNotification()
virtual void IMeetingBOControllerEvent::onHasDataHelperRightsNotification |
( |
IBOData * |
pDataHelperObj | ) |
|
|
pure virtual |
To notify that you has data right.
- Parameters
-
pDataHelperObj,the | pointer of data helper object. For more details, see IBOData enum. |
◆ onHostInviteReturnToMainSession()
virtual void IMeetingBOControllerEvent::onHostInviteReturnToMainSession |
( |
const wchar_t * |
strName, |
|
|
IReturnToMainSessionHandler * |
handler |
|
) |
| |
|
pure virtual |
When you are in BO, host invite you return to main session, you will receive the event.
- Parameters
-
◆ onLostAdminRightsNotification()
virtual void IMeetingBOControllerEvent::onLostAdminRightsNotification |
( |
| ) |
|
|
pure virtual |
To notify that you lost admin right.
◆ onLostAssistantRightsNotification()
virtual void IMeetingBOControllerEvent::onLostAssistantRightsNotification |
( |
| ) |
|
|
pure virtual |
To notify that you lost assistant right.
◆ onLostAttendeeRightsNotification()
virtual void IMeetingBOControllerEvent::onLostAttendeeRightsNotification |
( |
| ) |
|
|
pure virtual |
To notify that you lost attendee right.
◆ onLostCreatorRightsNotification()
virtual void IMeetingBOControllerEvent::onLostCreatorRightsNotification |
( |
| ) |
|
|
pure virtual |
To notify that you lost creator right.
◆ onLostDataHelperRightsNotification()
virtual void IMeetingBOControllerEvent::onLostDataHelperRightsNotification |
( |
| ) |
|
|
pure virtual |
To notify that you lost data right.
◆ onNewBroadcastMessageReceived()
virtual void IMeetingBOControllerEvent::onNewBroadcastMessageReceived |
( |
const wchar_t * |
strMsg, |
|
|
unsigned int |
nSenderID |
|
) |
| |
|
pure virtual |
To notify that you receive a broadcast message.
- Parameters
-
strMsg,the | message content. |
nSenderID,the | SenderID. |