Meeting connect configuration Interface.
More...
#include <meeting_configuration_interface.h>
Inherited by IMeetingConfiguration.
Meeting connect configuration Interface.
◆ DisableAutoShowSelectJoinAudioDlgWhenJoinMeeting()
virtual void IJoinMeetingBehaviorConfiguration::DisableAutoShowSelectJoinAudioDlgWhenJoinMeeting |
( |
bool |
bDisable | ) |
|
|
pure virtual |
Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting. Default: FALSE.
- Parameters
-
bDisable | TRUE indicates to hide the dialog box. |
◆ DisablePopupMeetingWrongPSWDlg()
virtual void IJoinMeetingBehaviorConfiguration::DisablePopupMeetingWrongPSWDlg |
( |
bool |
bDisable | ) |
|
|
pure virtual |
Set the visibility of the dialog box if the password is wrong when join the meeting. Default: FALSE.
- Parameters
-
bDisable | TRUE indicates to hide the dialog box of wrong password. |
◆ DisableShowJoinMeetingWnd()
virtual void IJoinMeetingBehaviorConfiguration::DisableShowJoinMeetingWnd |
( |
bool |
bDisable | ) |
|
|
pure virtual |
Set the visibility of the dialog box of joining a meeting. Default: FALSE.
- Parameters
-
bDisable | TRUE indicates to hide the dialog box. FALSE not. |
◆ DisableWaitingForHostDialog()
virtual void IJoinMeetingBehaviorConfiguration::DisableWaitingForHostDialog |
( |
bool |
bDisable | ) |
|
|
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.
- Parameters
-
bDisable | TRUE indicates to hide the dialog box. FALSE not. |
◆ EnableAutoEndOtherMeetingWhenStartMeeting()
virtual void IJoinMeetingBehaviorConfiguration::EnableAutoEndOtherMeetingWhenStartMeeting |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if it is able to end automatically another ongoing meeting when joining a new meeting. Default: FALSE.
- Parameters
-
bEnable | TRUE indicates to end the other ongoing meetings. FALSE not. |
◆ EnableForceAutoStartMyVideoWhenJoinMeeting()
virtual void IJoinMeetingBehaviorConfiguration::EnableForceAutoStartMyVideoWhenJoinMeeting |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Force to enable the video when join meeting.
- Parameters
-
bEnable | TRUE indicates to force to start video. |
◆ EnableForceAutoStopMyVideoWhenJoinMeeting()
virtual void IJoinMeetingBehaviorConfiguration::EnableForceAutoStopMyVideoWhenJoinMeeting |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Force to turn off video when joining the meeting.
- Parameters
-
bEnable | TRUE indicates to force to turn off the video. |
◆ EnableInputMeetingPasswordDlg()
virtual void IJoinMeetingBehaviorConfiguration::EnableInputMeetingPasswordDlg |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set the visibility of the dialog box to input the password. Default: TRUE.
- Parameters
-
bEnable | TRUE indicates to display the dialog box to input password. FALSE not. |
◆ EnableInputMeetingScreenNameDlg()
virtual void IJoinMeetingBehaviorConfiguration::EnableInputMeetingScreenNameDlg |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set the visibility of the dialog box to input the screen name. Default: TRUE.
- Parameters
-
bEnable | TRUE indicates to display the dialog box to input the screen name which is to be displayed in the meeting. FALSE not. |
◆ PrePopulateWebinarRegistrationInfo()
virtual void IJoinMeetingBehaviorConfiguration::PrePopulateWebinarRegistrationInfo |
( |
const wchar_t * |
email, |
|
|
const wchar_t * |
username |
|
) |
| |
|
pure virtual |
Pre-set email and username information before joining the webinar.
- Parameters
-
email | Configure the default email. |
username | Configure default username. |
◆ RedirectEndOtherMeeting()
virtual void IJoinMeetingBehaviorConfiguration::RedirectEndOtherMeeting |
( |
bool |
bRedirect | ) |
|
|
pure virtual |
Set if it is able to redirect the process to end another meeting by user's own program. Default: FALSE.
- Parameters
-
◆ RedirectWebinarNeedRegister()
virtual void IJoinMeetingBehaviorConfiguration::RedirectWebinarNeedRegister |
( |
bool |
bRedirect | ) |
|
|
pure virtual |
Set if it is able to handle the webinar register process with user's own program in the meeting. Default: FALSE.
- Parameters
-
bRedirect | TRUE indicates to redirect. FALSE not. |
The documentation for this class was generated from the following file: