Meeting Waiting Room Callback Event.
More...
#include <meeting_waiting_room_interface.h>
Meeting Waiting Room Callback Event.
Definition at line 104 of file meeting_waiting_room_interface.h.
◆ ~IMeetingWaitingRoomEvent()
virtual IMeetingWaitingRoomEvent::~IMeetingWaitingRoomEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onCustomWaitingRoomDataUpdated()
During the waiting room, this callback event will be triggered when RequestCustomWaitingRoomData called.
- Parameters
-
The | WaitingRoom Customize Data Info, handler for download waitingRoom Customize Data if download fail. |
◆ onWaitingRoomEntranceEnabled()
virtual void IMeetingWaitingRoomEvent::onWaitingRoomEntranceEnabled |
( |
bool | bIsEnabled | ) |
|
|
pure virtual |
This callback event will be triggered when host or cohost enables or disables waiting room entrance.
- Parameters
-
bIsEnabled | True enables waiting room entrance, false means disables waiting room entrance. |
◆ onWaitingRoomPresetAudioStatusChanged()
virtual void IMeetingWaitingRoomEvent::onWaitingRoomPresetAudioStatusChanged |
( |
bool | bAudioCanTurnOn | ) |
|
|
pure virtual |
During the waiting room, this callback event will be triggered when host change audio status.
- Parameters
-
bAudioCanTurnOn | TRUE means audio can be turned on. Otherwise not. |
◆ onWaitingRoomPresetVideoStatusChanged()
virtual void IMeetingWaitingRoomEvent::onWaitingRoomPresetVideoStatusChanged |
( |
bool | bVideoCanTurnOn | ) |
|
|
pure virtual |
During the waiting room, this callback event will be triggered when host change video status.
- Parameters
-
bVideoCanTurnOn | TRUE means video can be turned on. Otherwise not. |
◆ onWaitingRoomUserJoin()
virtual void IMeetingWaitingRoomEvent::onWaitingRoomUserJoin |
( |
unsigned int | userID | ) |
|
|
pure virtual |
Callback event of notification that user joins the waiting room.
- Parameters
-
userID | The ID of user who joins the waiting room.
|
◆ onWaitingRoomUserLeft()
virtual void IMeetingWaitingRoomEvent::onWaitingRoomUserLeft |
( |
unsigned int | userID | ) |
|
|
pure virtual |
Callback event of notification that user leaves the waiting room.
- Parameters
-
userID | The ID of user who leaves the waiting room. |
◆ onWaitingRoomUserNameChanged()
virtual void IMeetingWaitingRoomEvent::onWaitingRoomUserNameChanged |
( |
unsigned int | userID, |
|
|
const zchar_t * | userName ) |
|
pure virtual |
Callback indicating that the name of a user in the waiting room has changed.
- Parameters
-
userID | The ID of the user whose user name have has changed. |
userName | The new user name. |