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

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.
 

Detailed Description

Zoom Room generic settings.

Definition at line 874 of file ZRCSDKTypes.h.

Field Documentation

◆ isConfSelfVideoExpanded

bool GenericSettings::isConfSelfVideoExpanded = false

TRUE indicates ZR conf self video is expanded.

Definition at line 881 of file ZRCSDKTypes.h.

◆ isMyVideoHidden

bool GenericSettings::isMyVideoHidden = false

TRUE indicates ZR self video is hidden locally.

Definition at line 876 of file ZRCSDKTypes.h.

◆ isSupportExpandConfSelfVideo

bool GenericSettings::isSupportExpandConfSelfVideo = false

TRUE indicates ZR supports expand conf self video.

Definition at line 880 of file ZRCSDKTypes.h.

◆ isVideoSharingOptimizable

bool GenericSettings::isVideoSharingOptimizable = false

TRUE indicates ZR video sharing is optimizable.

Definition at line 878 of file ZRCSDKTypes.h.

◆ isVideoSharingOptimized

bool GenericSettings::isVideoSharingOptimized = false

TRUE indicates ZR video sharing is optimized.

Definition at line 879 of file ZRCSDKTypes.h.

◆ muteAvWhenMeetingBegins

bool GenericSettings::muteAvWhenMeetingBegins = false

TRUE indicates audio & video is muted when meeting begins.

Definition at line 877 of file ZRCSDKTypes.h.