Meeting Waiting Room Callback Event.
More...
#include <meeting_waiting_room_interface.h>
Meeting Waiting Room Callback Event.
◆ 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. |
The documentation for this class was generated from the following file: