Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
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.
MeetingItem MyMeetingVideoSettings::meeting |
The specific meeting.
Definition at line 107 of file IMeetingVideoHelper.h.
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.