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

Zoom Room hardware status Some TV and ZoomRooms Applicance have privacy mute buttons, sync disable status. More...

#include <ZRCSDKTypes.h>

Data Fields

bool isMicDisabled = false
 TRUE indicates ZR microphone is disabled.
 
bool isCameraDisabled = false
 TRUE indicates ZR camera is disabled.
 

Detailed Description

Zoom Room hardware status Some TV and ZoomRooms Applicance have privacy mute buttons, sync disable status.

Definition at line 886 of file ZRCSDKTypes.h.

Field Documentation

◆ isCameraDisabled

bool HardwareStatus::isCameraDisabled = false

TRUE indicates ZR camera is disabled.

Definition at line 889 of file ZRCSDKTypes.h.

◆ isMicDisabled

bool HardwareStatus::isMicDisabled = false

TRUE indicates ZR microphone is disabled.

Definition at line 888 of file ZRCSDKTypes.h.