Meeting SDK for Windows API Reference
|
Meeting connect configuration Interface. More...
#include <meeting_configuration_interface.h>
Inherited by IMeetingConfiguration.
Public Member Functions | |
virtual void | EnableAutoEndOtherMeetingWhenStartMeeting (bool bEnable)=0 |
Set if it is able to end automatically another ongoing meeting when joining a new meeting. Default: FALSE. | |
virtual void | RedirectWebinarNeedRegister (bool bRedirect)=0 |
Set if it is able to handle the webinar register process with user's own program in the meeting. Default: FALSE. | |
virtual void | RedirectWebinarNameInputDialog (bool bRedirect)=0 |
Set if it is able to handle the webinar username input dlg with user's own program in the meeting. Default: FALSE. | |
virtual void | RedirectMeetingInputUserInfoDialog (bool bRedirect)=0 |
Set if it is able to handle the display name and email input dlg with user's own program in the meeting. Default: FALSE. | |
virtual void | RedirectConfirmStartArchiveDialog (bool bRedirect)=0 |
Set if it is able to handle the confirm start archive dialog dlg with user's own program in the meeting. Default: FALSE. | |
virtual void | RedirectConfirmRecoverMeetingDialog (bool bRedirect)=0 |
Set if it is able to handle the confirm recover meeting dialog dlg with user's own program in the meeting. Default: FALSE. | |
virtual void | RedirectEndOtherMeeting (bool bRedirect)=0 |
Set if it is able to redirect the process to end another meeting by user's own program. Default: FALSE. | |
virtual void | EnableForceAutoStartMyVideoWhenJoinMeeting (bool bEnable)=0 |
Set if it is able to force to turn on the video when join meeting. Default: FALSE. | |
virtual void | EnableForceAutoStopMyVideoWhenJoinMeeting (bool bEnable)=0 |
Set if it is able to force turn off video when joining the meeting. Default: FALSE. | |
virtual void | DisablePopupMeetingWrongPSWDlg (bool bDisable)=0 |
Set the visibility of the dialog box if the password is wrong when join the meeting. Default: FALSE. | |
virtual void | DisableWaitingForHostDialog (bool bDisable)=0 |
Set the visibility of the dialog box of waiting for the host after joining the meeting. Only invalidate when the host is not in the meeting. Default: FALSE. | |
virtual void | EnableInputMeetingPasswordDlg (bool bEnable)=0 |
Set the visibility of the dialog box to input the password. Default: TRUE. | |
virtual void | EnableInputMeetingScreenNameDlg (bool bEnable)=0 |
Set the visibility of the dialog box to input the screen name. Default: TRUE. | |
virtual void | PrePopulateWebinarRegistrationInfo (const zchar_t *email, const zchar_t *username)=0 |
Pre-set email and username information before joining the webinar. | |
virtual void | DisableAutoShowSelectJoinAudioDlgWhenJoinMeeting (bool bDisable)=0 |
Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting. Default: FALSE. | |
virtual void | DisableShowJoinMeetingWnd (bool bDisable)=0 |
Set the visibility of the dialog box of joining a meeting. Default: FALSE. | |
Meeting connect configuration Interface.
Definition at line 871 of file meeting_configuration_interface.h.
|
pure virtual |
Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting. Default: FALSE.
bDisable | TRUE indicates to hide the dialog box. |
|
pure virtual |
Set the visibility of the dialog box if the password is wrong when join the meeting. Default: FALSE.
bDisable | TRUE indicates to hide the dialog box of wrong password. |
|
pure virtual |
Set the visibility of the dialog box of joining a meeting. Default: FALSE.
bDisable | TRUE indicates to hide the dialog box. FALSE not. |
|
pure virtual |
Set the visibility of the dialog box of waiting for the host after joining the meeting. Only invalidate when the host is not in the meeting. Default: FALSE.
bDisable | TRUE indicates to hide the dialog box. FALSE not. |
|
pure virtual |
Set if it is able to end automatically another ongoing meeting when joining a new meeting. Default: FALSE.
bEnable | TRUE indicates to end the other ongoing meetings. FALSE not. |
|
pure virtual |
Set if it is able to force to turn on the video when join meeting. Default: FALSE.
bEnable | TRUE indicates to force to start video. |
|
pure virtual |
Set if it is able to force turn off video when joining the meeting. Default: FALSE.
bEnable | TRUE indicates to force to turn off the video. |
|
pure virtual |
Set the visibility of the dialog box to input the password. Default: TRUE.
bEnable | TRUE indicates to display the dialog box to input password. FALSE not. |
|
pure virtual |
Set the visibility of the dialog box to input the screen name. Default: TRUE.
bEnable | TRUE indicates to display the dialog box to input the screen name which is to be displayed in the meeting. FALSE not. |
|
pure virtual |
Pre-set email and username information before joining the webinar.
Configure the default email. | |
username | Configure default username. |
|
pure virtual |
Set if it is able to handle the confirm recover meeting dialog dlg with user's own program in the meeting. Default: FALSE.
bRedirect | TRUE indicates to redirect. FALSE not. |
|
pure virtual |
Set if it is able to handle the confirm start archive dialog dlg with user's own program in the meeting. Default: FALSE.
bRedirect | TRUE indicates to redirect. FALSE not. |
|
pure virtual |
Set if it is able to redirect the process to end another meeting by user's own program. Default: FALSE.
bRedirect | TRUE indicates to redirect. FALSE not. If it is TRUE, the SDK will trigger the IMeetingConfigurationEvent::onEndOtherMeetingToJoinMeetingNotification(). |
|
pure virtual |
Set if it is able to handle the display name and email input dlg with user's own program in the meeting. Default: FALSE.
bRedirect | TRUE indicates to redirect. FALSE not. |
|
pure virtual |
Set if it is able to handle the webinar username input dlg with user's own program in the meeting. Default: FALSE.
bRedirect | TRUE indicates to redirect. FALSE not. |
|
pure virtual |
Set if it is able to handle the webinar register process with user's own program in the meeting. Default: FALSE.
bRedirect | TRUE indicates to redirect. FALSE not. |