Waiting Room helper event callback.
More...
#include <IWaitingRoomHelper.h>
Waiting Room helper event callback.
Definition at line 24 of file IWaitingRoomHelper.h.
◆ ~IWaitingRoomHelperSink()
virtual IWaitingRoomHelperSink::~IWaitingRoomHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnEnableWaitingRoomOnEntryNotification()
virtual void IWaitingRoomHelperSink::OnEnableWaitingRoomOnEntryNotification |
( |
bool |
isEnable | ) |
|
|
pure virtual |
Enable waiting room on entry notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isEnable | TRUE indicates all users will enter waiting room when joined meeting. |
◆ OnInSilentModeNotification()
virtual void IWaitingRoomHelperSink::OnInSilentModeNotification |
( |
const InSilentModeInfo & |
info | ) |
|
|
pure virtual |
In silent mode update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
info | In silent mode information. |
◆ OnUpdateAdmitGuestEnableNotification()
virtual void IWaitingRoomHelperSink::OnUpdateAdmitGuestEnableNotification |
( |
bool |
isEnabled | ) |
|
|
pure virtual |
Can admit guest from waiting room into meeting update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isEnabled | TRUE indicates can admit guest from waiting room into meeting. |