Zoom Rooms Controller SDK Reference 6.5.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. | |
My video settings.
Definition at line 92 of file IMeetingVideoHelper.h.
bool MyVideoSettings::allowUserEnhanceAppearance = false |
TRUE indicates allow user enhance appearance. Otherwise not.
Definition at line 97 of file IMeetingVideoHelper.h.
bool MyVideoSettings::canPresetSettingsForMeeting = false |
TRUE indicates can preset settings for specific meeting. Otherwise not.
Definition at line 98 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 99 of file IMeetingVideoHelper.h.
MyVideoLowLightSettings MyVideoSettings::lowLightSettings |
My video low light settings.
Definition at line 95 of file IMeetingVideoHelper.h.
MyVideoTouchUpSettings MyVideoSettings::touchUpSettings |
My video touch up settings.
Definition at line 94 of file IMeetingVideoHelper.h.