Zoom Rooms Controller SDK Reference 7.1.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 123 of file IMeetingVideoHelper.h.

Field Documentation

◆ meeting

MeetingItem MyMeetingVideoSettings::meeting

The specific meeting.

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