Zoom Rooms Controller SDK Reference 7.1.0
Loading...
Searching...
No Matches
MyVideoSettings Struct Reference

My video settings. More...

#include <IMeetingVideoHelper.h>

Data Fields

MyVideoTouchUpSettings touchUpSettings
 My video touch up settings.
 
MyVideoLowLightSettings lowLightSettings
 My video low light settings.
 
bool allowUserEnhanceAppearance = false
 TRUE indicates allow user enhance appearance. Otherwise not.
 
bool canPresetSettingsForMeeting = false
 TRUE indicates can preset settings for specific meeting. Otherwise not.
 
bool isLocked = false
 TRUE the setting is locked on web, and you can't change the settings, but you can preset settings for specific meeting and change the setting in meeting.
 
MyVideoSettingsDisableReason disableReason = MyVideoSettingsDisableReasonNone
 Touch Up My Appearance conflict reason. None means no conflict; NotDisable means available; other values identify the enabled conflicting feature.
 

Detailed Description

My video settings.

Definition at line 110 of file IMeetingVideoHelper.h.

Field Documentation

◆ allowUserEnhanceAppearance

bool MyVideoSettings::allowUserEnhanceAppearance = false

TRUE indicates allow user enhance appearance. Otherwise not.

Definition at line 115 of file IMeetingVideoHelper.h.

◆ canPresetSettingsForMeeting

bool MyVideoSettings::canPresetSettingsForMeeting = false

TRUE indicates can preset settings for specific meeting. Otherwise not.

Definition at line 116 of file IMeetingVideoHelper.h.

◆ disableReason

Touch Up My Appearance conflict reason. None means no conflict; NotDisable means available; other values identify the enabled conflicting feature.

Definition at line 118 of file IMeetingVideoHelper.h.

◆ isLocked

bool MyVideoSettings::isLocked = false

TRUE the setting is locked on web, and you can't change the settings, but you can preset settings for specific meeting and change the setting in meeting.

Definition at line 117 of file IMeetingVideoHelper.h.

◆ lowLightSettings

MyVideoLowLightSettings MyVideoSettings::lowLightSettings

My video low light settings.

Definition at line 113 of file IMeetingVideoHelper.h.

◆ touchUpSettings

MyVideoTouchUpSettings MyVideoSettings::touchUpSettings

My video touch up settings.

Definition at line 112 of file IMeetingVideoHelper.h.