Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
InSilentModeInfo Struct Reference

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.
 

Detailed Description

In silent mode information. Silent mode includes waiting room and put on hold.

Definition at line 15 of file IWaitingRoomHelper.h.

Field Documentation

◆ isInSilentMode

bool InSilentModeInfo::isInSilentMode = false

TRUE indicates current is in silent mode.

Definition at line 17 of file IWaitingRoomHelper.h.

◆ isPutInByManual

bool InSilentModeInfo::isPutInByManual = false

TRUE indicates be manually put into silent mode.

Definition at line 19 of file IWaitingRoomHelper.h.

◆ silentModeForNoHost

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.