|
Zoom Rooms Controller SDK Reference 7.1.0
|
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. | |
My video settings.
Definition at line 110 of file IMeetingVideoHelper.h.
| bool MyVideoSettings::allowUserEnhanceAppearance = false |
TRUE indicates allow user enhance appearance. Otherwise not.
Definition at line 115 of file IMeetingVideoHelper.h.
| bool MyVideoSettings::canPresetSettingsForMeeting = false |
TRUE indicates can preset settings for specific meeting. Otherwise not.
Definition at line 116 of file IMeetingVideoHelper.h.
| MyVideoSettingsDisableReason MyVideoSettings::disableReason = MyVideoSettingsDisableReasonNone |
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.
| 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.
| MyVideoLowLightSettings MyVideoSettings::lowLightSettings |
My video low light settings.
Definition at line 113 of file IMeetingVideoHelper.h.
| MyVideoTouchUpSettings MyVideoSettings::touchUpSettings |
My video touch up settings.
Definition at line 112 of file IMeetingVideoHelper.h.