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

Meeting Service Webinar Interface. More...

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...
 
class  IMeetingWebinarController
 Webinar controller interface. More...
 

Typedefs

typedef struct tagWebinarMeetingStatus WebinarMeetingStatus
 

Enumerations

enum  SDKPanelistChatPrivilege { SDKPanelistChatPrivilege_PanelistOnly = 1 , SDKPanelistChatPrivilege_All = 2 }
 Enumerations of the panelist chat privilege. More...
 

Detailed Description

Meeting Service Webinar Interface.

Definition in file meeting_webinar_interface.h.

Typedef Documentation

◆ WebinarMeetingStatus

Enumeration Type Documentation

◆ SDKPanelistChatPrivilege

Enumerations of the panelist chat privilege.

Enumerator
SDKPanelistChatPrivilege_PanelistOnly 
SDKPanelistChatPrivilege_All 

Allow panelists only to chat with each other.

Definition at line 80 of file meeting_webinar_interface.h.

81{
84};
@ SDKPanelistChatPrivilege_PanelistOnly
@ SDKPanelistChatPrivilege_All
Allow panelists only to chat with each other.