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

My meeting video settings of the specific meeting, which includes my video settings and the specific meeting. More...

#include <IMeetingVideoHelper.h>

Data Fields

MyVideoSettings setting
 My video settings. The fields allowUserEnhanceAppearance, canPresetSettingsForMeeting, and isLocked in the MyVideoSettings struct are invalid in this context.
 
MeetingItem meeting
 The specific meeting.
 

Detailed Description

My meeting video settings of the specific meeting, which includes my video settings and the specific meeting.

Definition at line 104 of file IMeetingVideoHelper.h.

Field Documentation

◆ meeting

MeetingItem MyMeetingVideoSettings::meeting

The specific meeting.

Definition at line 107 of file IMeetingVideoHelper.h.

◆ setting

MyVideoSettings MyMeetingVideoSettings::setting

My video settings. The fields allowUserEnhanceAppearance, canPresetSettingsForMeeting, and isLocked in the MyVideoSettings struct are invalid in this context.

Definition at line 106 of file IMeetingVideoHelper.h.