Zoom Rooms Controller SDK Reference 6.5.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.
 

Detailed Description

My video settings.

Definition at line 92 of file IMeetingVideoHelper.h.

Field Documentation

◆ allowUserEnhanceAppearance

bool MyVideoSettings::allowUserEnhanceAppearance = false

TRUE indicates allow user enhance appearance. Otherwise not.

Definition at line 97 of file IMeetingVideoHelper.h.

◆ canPresetSettingsForMeeting

bool MyVideoSettings::canPresetSettingsForMeeting = false

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

Definition at line 98 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 99 of file IMeetingVideoHelper.h.

◆ lowLightSettings

MyVideoLowLightSettings MyVideoSettings::lowLightSettings

My video low light settings.

Definition at line 95 of file IMeetingVideoHelper.h.

◆ touchUpSettings

MyVideoTouchUpSettings MyVideoSettings::touchUpSettings

My video touch up settings.

Definition at line 94 of file IMeetingVideoHelper.h.