|
Meeting SDK for Windows API Reference
|
Meeting Service Configuration Interface. 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 |
| Determine if the user handles the corresponding type of the warning message with user's own program. Here are more detailed structural descriptions. | |
| typedef struct tagPanelistMenuItemOption | PanelistMenuItemOption |
| Define the strategy to show the menu items for panelist. Here are more detailed structural descriptions. | |
| typedef struct tagAttendeeMenuItemOption | AttendeeMenuItemOption |
| Define the strategy to show the menu items for attendee. Here are more detailed structural descriptions. | |
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 } |
Meeting Service Configuration Interface.
Definition in file meeting_configuration_interface.h.
| typedef struct tagAttendeeMenuItemOption AttendeeMenuItemOption |
Define the strategy to show the menu items for attendee. Here are more detailed structural descriptions.
| typedef struct tagPanelistMenuItemOption PanelistMenuItemOption |
Define the strategy to show the menu items for panelist. Here are more detailed structural descriptions.
| typedef struct tagRedirectWarningMsgOption RedirectWarningMsgOption |
Determine if the user handles the corresponding type of the warning message with user's own program. Here are more detailed structural descriptions.
| enum 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 389 of file meeting_configuration_interface.h.
| enum 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 379 of file meeting_configuration_interface.h.