Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_webinar_interface.h File Reference

Meeting Service Webinar Interface. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

class  IMeetingWebinarCtrlEvent
 Webinar callback event. More...
 
struct  tagWebinarMeetingStatus
 Webinar Meeting Status. Here are more detailed structural descriptions. More...
 
struct  tagWebinarLegalNoticesExplainedInfo
 Webinar Legal notices explained. Here are more detailed structural descriptions. More...
 
class  IMeetingWebinarController
 Webinar controller interface. More...
 

Typedefs

typedef struct tagWebinarMeetingStatus WebinarMeetingStatus
 Webinar Meeting Status. Here are more detailed structural descriptions.
 
typedef struct tagWebinarLegalNoticesExplainedInfo WebinarLegalNoticesExplainedInfo
 Webinar Legal notices explained. Here are more detailed structural descriptions.
 

Enumerations

enum  SDKPanelistChatPrivilege { SDKPanelistChatPrivilege_PanelistOnly = 1 , SDKPanelistChatPrivilege_All = 2 }
 Enumerations of the panelist chat privilege. More...
 
enum  SDKAttendeeViewMode {
  SDKAttendeeViewMode_None , SDKAttendeeViewMode_FollowHost , SDKAttendeeViewMode_Speaker , SDKAttendeeViewMode_Gallery ,
  SDKAttendeeViewMode_Standard , SDKAttendeeViewMode_SidebysideSpeaker , SDKAttendeeViewMode_SidebysideGallery
}
 Enumerations of the attendee view display mode. More...
 

Detailed Description

Meeting Service Webinar Interface.

Definition in file meeting_webinar_interface.h.

Typedef Documentation

◆ WebinarLegalNoticesExplainedInfo

Webinar Legal notices explained. Here are more detailed structural descriptions.

◆ WebinarMeetingStatus

Webinar Meeting Status. Here are more detailed structural descriptions.

Enumeration Type Documentation

◆ SDKAttendeeViewMode

Enumerations of the attendee view display mode.

Enumerator
SDKAttendeeViewMode_None 

attendee view display mode is invaild

SDKAttendeeViewMode_FollowHost 

follow host

SDKAttendeeViewMode_Speaker 

always view active speaker

SDKAttendeeViewMode_Gallery 

always view gallery

SDKAttendeeViewMode_Standard 

attendee can manually switch between gallery and active speaker

SDKAttendeeViewMode_SidebysideSpeaker 

attendee view sharing side by side speaker

SDKAttendeeViewMode_SidebysideGallery 

attendee view sharing side by side gallery

Definition at line 142 of file meeting_webinar_interface.h.

◆ SDKPanelistChatPrivilege

Enumerations of the panelist chat privilege.

Enumerator
SDKPanelistChatPrivilege_PanelistOnly 

Allow panelists only to chat with each other.

SDKPanelistChatPrivilege_All 

Allow panelist to chat with everyone.

Definition at line 131 of file meeting_webinar_interface.h.

132{
133
135
137};
@ SDKPanelistChatPrivilege_PanelistOnly
@ SDKPanelistChatPrivilege_All