|
| virtual | ~IMeetingBOControllerEvent () |
| |
| virtual void | onHasCreatorRightsNotification (IBOCreator *pCreatorObj)=0 |
| | To notify that you has creator right.
|
| |
| virtual void | onHasAdminRightsNotification (IBOAdmin *pAdminObj)=0 |
| | To notify that you has admin right.
|
| |
| virtual void | onHasAssistantRightsNotification (IBOAssistant *pAssistantObj)=0 |
| | To notify that you has assistant right.
|
| |
| virtual void | onHasAttendeeRightsNotification (IBOAttendee *pAttendeeObj)=0 |
| | To notify that you has assistant right.
|
| |
| virtual void | onHasDataHelperRightsNotification (IBOData *pDataHelperObj)=0 |
| | To notify that you has data right.
|
| |
| virtual void | onLostCreatorRightsNotification ()=0 |
| | To notify that you lost creator right.
|
| |
| virtual void | onLostAdminRightsNotification ()=0 |
| | To notify that you lost admin right.
|
| |
| virtual void | onLostAssistantRightsNotification ()=0 |
| | To notify that you lost assistant right.
|
| |
| virtual void | onLostAttendeeRightsNotification ()=0 |
| | To notify that you lost attendee right.
|
| |
| virtual void | onLostDataHelperRightsNotification ()=0 |
| | To notify that you lost attendee right.
|
| |
| virtual void | onNewBroadcastMessageReceived (const zchar_t *strMsg, unsigned int nSenderID, const zchar_t *strSenderName)=0 |
| | To notify that you receive a broadcast message.
|
| |
| virtual void | onBOStopCountDown (unsigned int nSeconds)=0 |
| | When BOOption.countdown_seconds != BO_STOP_NOT_COUNTDOWN, host stop BO and all users receive the event.
|
| |
| virtual void | onHostInviteReturnToMainSession (const zchar_t *strName, IReturnToMainSessionHandler *handler)=0 |
| | When you are in BO, host invite you return to main session, you will receive the event.
|
| |
| virtual void | onBOStatusChanged (BO_STATUS eStatus)=0 |
| | When host change the BO status, all users receive the event.
|
| |
| virtual void | onBOSwitchRequestReceived (const zchar_t *strNewBOName, const zchar_t *strNewBOID)=0 |
| | Whenever the host switches you to another BO while you are assigned but haven't joined the BO, you will receive this event.
|
| |
| virtual void | onBroadcastBOVoiceStatus (bool bStart)=0 |
| | The status of broadcasting voice to BO has been changed.
|
| |
| virtual void | onShareFromMainSession (const unsigned int iSharingID, SharingStatus status, IShareAction *pShareAction)=0 |
| | You will receive this event when you are in a breakout room and someone shares from the main session to the breakout room.
|
| |
BO controller callback event handler.
Definition at line 742 of file meeting_breakout_rooms_interface_v2.h.