Meeting Waiting Room Callback Event.
More...
#include <meeting_waiting_room_interface.h>
Meeting Waiting Room Callback Event.
Definition at line 74 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. |
◆ 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. |
◆ onWatingRoomUserJoin()
virtual void IMeetingWaitingRoomEvent::onWatingRoomUserJoin |
( |
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.
|
◆ onWatingRoomUserLeft()
virtual void IMeetingWaitingRoomEvent::onWatingRoomUserLeft |
( |
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. |