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

Meeting Service Configuration Interface. Valid only for ZOOM style user interface mode. More...

Go to the source code of this file.

Data Structures

class  IMeetingPasswordAndScreenNameHandler
 Meeting screen name and password handler. More...
 
class  IWebinarNeedRegisterHandler
 Webinar register handler. More...
 
class  IWebinarNeedRegisterHandlerByUrl
 Register webinar with URL Handler. More...
 
class  IWebinarNeedRegisterHandlerByEmail
 Webinar register with email and screen name Handler. More...
 
class  IWebinarInputScreenNameHandler
 Webinar input screen name handler. More...
 
class  IMeetingInputUserInfoHandler
 input name and email handler. More...
 
class  IMeetingArchiveConfirmHandler
 user to handle confirm whether start archiving after joining the meeting. More...
 
class  IMeetingConfirmRecoverHandler
 host to handle confirm whether recover meeting or not when start a deleted or expired meeting. More...
 
class  IEndOtherMeetingToJoinMeetingHandler
 End other meeting to join the new meeting Handler. More...
 
class  IMeetingConfigurationFreeMeetingEvent
 Free meeting event handler. More...
 
class  IMeetingConfigurationEvent
 Meeting configuration event callback. More...
 
struct  tagRedirectWarningMsgOption
 Determine if the user handles the corresponding type of the warning message with user's own program. Here are more detailed structural descriptions. More...
 
struct  tagPanelistMenuItemOption
 Define the strategy to show the menu items for panelist. Here are more detailed structural descriptions. More...
 
struct  tagAttendeeMenuItemOption
 Define the strategy to show the menu items for attendee. Here are more detailed structural descriptions. More...
 
class  IMeetingUIElemConfiguration
 Meeting user configuration interface. More...
 
class  IJoinMeetingBehaviorConfiguration
 Meeting connect configuration Interface. More...
 
class  IMeetingConfiguration
 Meeting configuration interface. More...
 

Typedefs

typedef struct tagRedirectWarningMsgOption RedirectWarningMsgOption
 
typedef struct tagPanelistMenuItemOption PanelistMenuItemOption
 
typedef struct tagAttendeeMenuItemOption AttendeeMenuItemOption
 

Enumerations

enum  SDKInviteDlgTabPage { SDK_INVITEDLG_TAB_EMAILCONTACT = 0 , SDK_INVITEDLG_TAB_PHONECONTACT , SDK_INVITEDLG_TAB_ROOMSYSTEM }
 
enum  SDKH323TabPage { SDK_INVITEDLG_H323_DIALIN = 0 , SDK_INVITEDLG_H323_CALLOUT }
 

Detailed Description

Meeting Service Configuration Interface. Valid only for ZOOM style user interface mode.

Definition in file meeting_configuration_interface.h.

Typedef Documentation

◆ AttendeeMenuItemOption

◆ PanelistMenuItemOption

◆ RedirectWarningMsgOption

Enumeration Type Documentation

◆ SDKH323TabPage

Enumerator
SDK_INVITEDLG_H323_DIALIN 

'Dial In' sub-tab page under Room System invitation tab page

SDK_INVITEDLG_H323_CALLOUT 

'Call Out' sub-tab page under Room System invitation tab page

Definition at line 287 of file meeting_configuration_interface.h.

288{
291};
@ SDK_INVITEDLG_H323_DIALIN
'Dial In' sub-tab page under Room System invitation tab page
@ SDK_INVITEDLG_H323_CALLOUT
'Call Out' sub-tab page under Room System invitation tab page

◆ SDKInviteDlgTabPage

Enumerator
SDK_INVITEDLG_TAB_EMAILCONTACT 

'Invite by Email' tab page

SDK_INVITEDLG_TAB_PHONECONTACT 

'Invite by Phone' tab pag

SDK_INVITEDLG_TAB_ROOMSYSTEM 

'Invite a Room System' tab page

Definition at line 280 of file meeting_configuration_interface.h.

281{
285};
@ SDK_INVITEDLG_TAB_PHONECONTACT
'Invite by Phone' tab pag
@ SDK_INVITEDLG_TAB_EMAILCONTACT
'Invite by Email' tab page
@ SDK_INVITEDLG_TAB_ROOMSYSTEM
'Invite a Room System' tab page