Zoom Rooms Controller SDK Reference 6.5.0
|
Room capability. More...
#include <ISettingService.h>
Data Fields | |
bool | supportAutoLoginOS = false |
TRUE indicates room supports auto login os. | |
bool | supportRestartOS = false |
TRUE indicates room supports restart os. | |
bool | notSupportDigitalSignage = false |
TRUE indicates room not supports digital signage. | |
bool | notSupportMicAdvancedOption = false |
TRUE indicates room not supports microphone advance option. | |
Room capability.
Definition at line 349 of file ISettingService.h.
bool RoomCapability::notSupportDigitalSignage = false |
TRUE indicates room not supports digital signage.
Definition at line 353 of file ISettingService.h.
bool RoomCapability::notSupportMicAdvancedOption = false |
TRUE indicates room not supports microphone advance option.
Definition at line 354 of file ISettingService.h.
bool RoomCapability::supportAutoLoginOS = false |
TRUE indicates room supports auto login os.
Definition at line 351 of file ISettingService.h.
bool RoomCapability::supportRestartOS = false |
TRUE indicates room supports restart os.
Definition at line 352 of file ISettingService.h.