Zoom Rooms Controller SDK Reference 6.5.0
|
Zoom Room generic settings. More...
#include <ZRCSDKTypes.h>
Data Fields | |
bool | isMyVideoHidden = false |
TRUE indicates ZR self video is hidden locally. | |
bool | muteAvWhenMeetingBegins = false |
TRUE indicates audio & video is muted when meeting begins. | |
bool | isVideoSharingOptimizable = false |
TRUE indicates ZR video sharing is optimizable. | |
bool | isVideoSharingOptimized = false |
TRUE indicates ZR video sharing is optimized. | |
bool | isSupportExpandConfSelfVideo = false |
TRUE indicates ZR supports expand conf self video. | |
bool | isConfSelfVideoExpanded = false |
TRUE indicates ZR conf self video is expanded. | |
Zoom Room generic settings.
Definition at line 874 of file ZRCSDKTypes.h.
bool GenericSettings::isConfSelfVideoExpanded = false |
TRUE indicates ZR conf self video is expanded.
Definition at line 881 of file ZRCSDKTypes.h.
bool GenericSettings::isMyVideoHidden = false |
TRUE indicates ZR self video is hidden locally.
Definition at line 876 of file ZRCSDKTypes.h.
bool GenericSettings::isSupportExpandConfSelfVideo = false |
TRUE indicates ZR supports expand conf self video.
Definition at line 880 of file ZRCSDKTypes.h.
bool GenericSettings::isVideoSharingOptimizable = false |
TRUE indicates ZR video sharing is optimizable.
Definition at line 878 of file ZRCSDKTypes.h.
bool GenericSettings::isVideoSharingOptimized = false |
TRUE indicates ZR video sharing is optimized.
Definition at line 879 of file ZRCSDKTypes.h.
bool GenericSettings::muteAvWhenMeetingBegins = false |
TRUE indicates audio & video is muted when meeting begins.
Definition at line 877 of file ZRCSDKTypes.h.