Zoom Rooms Controller SDK Reference 6.5.0
|
In silent mode information. Silent mode includes waiting room and put on hold. More...
#include <IWaitingRoomHelper.h>
Data Fields | |
bool | isInSilentMode = false |
TRUE indicates current is in silent mode. | |
bool | silentModeForNoHost = false |
TRUE indicates no host is in meeting, FALSE indicates waiting for host to admit into meeting. | |
bool | isPutInByManual = false |
TRUE indicates be manually put into silent mode. | |
In silent mode information. Silent mode includes waiting room and put on hold.
Definition at line 15 of file IWaitingRoomHelper.h.
bool InSilentModeInfo::isInSilentMode = false |
TRUE indicates current is in silent mode.
Definition at line 17 of file IWaitingRoomHelper.h.
bool InSilentModeInfo::isPutInByManual = false |
TRUE indicates be manually put into silent mode.
Definition at line 19 of file IWaitingRoomHelper.h.
bool InSilentModeInfo::silentModeForNoHost = false |
TRUE indicates no host is in meeting, FALSE indicates waiting for host to admit into meeting.
Definition at line 18 of file IWaitingRoomHelper.h.