6#ifndef _MEETING_Configuration_INTERFACE_H_
7#define _MEETING_Configuration_INTERFACE_H_
599 virtual void ConfigDSCP(
int dscpAudio,
int dscpVideo,
bool bReset) = 0;
End other meeting to join the new meeting Handler.
virtual bool EndOtherMeeting()=0
Close another ongoing meeting.
virtual ~IEndOtherMeetingToJoinMeetingHandler()
virtual void Cancel()=0
Ignore the prompt of closing another ongoing meeting.
Meeting connect configuration Interface.
virtual void EnableForceAutoStopMyVideoWhenJoinMeeting(bool bEnable)=0
Set if it is able to force turn off video when joining the meeting. Default: FALSE.
virtual void DisableShowJoinMeetingWnd(bool bDisable)=0
Set the visibility of the dialog box of joining a meeting. Default: FALSE.
virtual void EnableInputMeetingPasswordDlg(bool bEnable)=0
Set the visibility of the dialog box to input the password. Default: TRUE.
virtual void DisableWaitingForHostDialog(bool bDisable)=0
Set the visibility of the dialog box of waiting for the host after joining the meeting....
virtual void DisableAutoShowSelectJoinAudioDlgWhenJoinMeeting(bool bDisable)=0
Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting. Default: FALSE.
virtual void EnableAutoEndOtherMeetingWhenStartMeeting(bool bEnable)=0
Set if it is able to end automatically another ongoing meeting when joining a new meeting....
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 RedirectEndOtherMeeting(bool bRedirect)=0
Set if it is able to redirect the process to end another meeting by user's own program....
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....
virtual void EnableInputMeetingScreenNameDlg(bool bEnable)=0
Set the visibility of the dialog box to input the screen name. Default: TRUE.
virtual void PrePopulateWebinarRegistrationInfo(const wchar_t *email, const wchar_t *username)=0
Pre-set email and username information before joining the webinar.
virtual void DisablePopupMeetingWrongPSWDlg(bool bDisable)=0
Set the visibility of the dialog box if the password is wrong when join the meeting....
Meeting configuration event callback.
virtual ~IMeetingConfigurationEvent()
virtual void onWebinarNeedRegisterNotification(IWebinarNeedRegisterHandler *handler_)=0
During the webinar, this callback event will be triggered if the user needs to register.
virtual void onInputMeetingPasswordAndScreenNameNotification(IMeetingPasswordAndScreenNameHandler *pHandler)=0
The SDK will trigger the callback event if the password or screen name is required.
virtual void onEndOtherMeetingToJoinMeetingNotification(IEndOtherMeetingToJoinMeetingHandler *handler_)=0
The user will receive this callback event if the user wants to join the new meeting while the ongoing...
Free meeting event handler.
virtual ~IMeetingConfigurationFreeMeetingEvent()
virtual void onFreeMeetingRemainTime(unsigned int leftTime)=0
The SDK will trigger this callback event during the free meeting to inform the user how much time is ...
virtual void onFreeMeetingRemainTimeStopCountDown()=0
The callback of free meeting stops the countdown.
virtual void onFreeMeetingUpgradeToProMeeting()=0
Callback function of free meting upgrades successfully.
virtual void onFreeMeetingNeedToUpgrade(FreeMeetingNeedUpgradeType type_, const wchar_t *gift_url)=0
The callback of upgrading the free meeting.
virtual void onFreeMeetingUpgradeToGiftFreeTrialStart()=0
Callback function of starting to upgrade the free meeting by the gift link.
FreeMeetingNeedUpgradeType
Upgrade types of free meeting. Here are more detailed structural descriptions.
@ FreeMeetingNeedUpgradeType_BY_GIFTURL
Upgrade the free meeting by the gift link.
@ FreeMeetingNeedUpgradeType_NONE
Initialization.
@ FreeMeetingNeedUpgradeType_BY_ADMIN
It is necessary for administrator to upgrade the free meeting.
virtual void onFreeMeetingUpgradeToGiftFreeTrialStop()=0
Callback function of ending upgrade the free meeting by the gift link.
Meeting configuration interface.
virtual void SetMaxDurationForOnlyHostInMeeting(int nDuration)=0
Set the maximum duration of the meeting when there is no attendee in the meeting. Default: 24*60.
virtual void ConfigDSCP(int dscpAudio, int dscpVideo, bool bReset)=0
Configure DSCP(Differential services code point) values.
virtual void EnableShareWhiteBoard(bool bEnable)=0
Set if it is able to share white board. Default: TRUE.
virtual void EnableAutoAdjustMicVolumeWhenJoinAudio(bool bEnable)=0
Set if it is able to auto-adjust the volume of the mic when joining the meeting. Default: TRUE.
virtual void EnableShareIOSDevice(bool bEnable)=0
Set if it is able to share IOS device. Default: FALSE.
virtual void SetDirectShareMonitorID(const wchar_t *monitorID)=0
Set the shared device ID when sharing directly.
virtual bool DisableConfidentialWatermark(bool bDisable)=0
Set whether to forbid confidential watermark. Default: FALSE.
virtual void Reset()=0
Reset the meeting configuration and back to the default state.
virtual void ForceDisableMultiShare(bool bDisable)=0
Set whether to forbid multi-share. Default: FALSE.
virtual void EnableAutoAdjustSpeakerVolumeWhenJoinAudio(bool bEnable)=0
Set if it is able to auto-adjust the volume of the speaker when joining the meeting....
virtual void EnableLengthLimitationOfMeetingNumber(bool bEnable)=0
Set if it is able to limit the length of meeting ID. Default: FALSE.
virtual void SetEvent(IMeetingConfigurationEvent *pEvent)=0
Set meeting configuration controller callback event handler.
Meeting screen name and password handler.
virtual bool InputMeetingScreenName(const wchar_t *screenName)=0
Complete the screen name.
virtual void Cancel()=0
Ignore the prompt of completing the information.
virtual ~IMeetingPasswordAndScreenNameHandler()
virtual RequiredInfoType GetRequiredInfoType()=0
Get the type of required information to be completed.
virtual bool InputMeetingPasswordAndScreenName(const wchar_t *meetingPassword, const wchar_t *screenName)=0
Complete the password and screen name information.
RequiredInfoType
Type of necessary information to join the meeting. Here are more detailed structural descriptions.
@ REQUIRED_INFO_TYPE_MeetingIDAndScreenName
The user needs to enter the screen name and the meeting id,via the InputMeetingMeetingIDAndScreenName...
@ REQUIRED_INFO_TYPE_PasswordAndScreenName
The user needs to enter the screen name and the password,via the InputMeetingPasswordAndScreenName() ...
@ REQUIRED_INFO_TYPE_ScreenName
The user needs to enter the screen name. Via the InputMeetingPasswordAndScreenName() to specify the s...
@ REQUIRED_INFO_TYPE_Password4WrongPassword
If the password is invalid, the user needs to re-enter it. Via the InputMeetingPasswordAndScreenName(...
@ REQUIRED_INFO_TYPE_NONE
Initialization.
@ REQUIRED_INFO_TYPE_Password
The user needs to enter the password when joins the meeting. Via the InputMeetingPasswordAndScreenNam...
virtual bool InputMeetingIDAndScreenName(const wchar_t *meetingID, const wchar_t *screenName)=0
Complete the meeting id and screen name information.
Meeting user configuration interface.
virtual void SetShowVideoOptimizeChkbox(bool bShow)=0
Set the visibility of the OPTIMIZE FOR FULL SCREEN VIDEO CLIP check-box in the sharing window....
virtual void DisableSplitScreenModeUIElements(bool bDisable)=0
Set if it is able to enable split screen during the meeting. Default value: FALSE.
virtual void HideCopyInvitationOnInviteWindow(bool bHide)=0
virtual void HidePollOnMeetingUI(bool bHide)=0
Set the visibility of poll on meeting UI. Default is displaying.
virtual void HideCloudWhiteboardFeedbackButton(bool bHide)=0
Set the visibility of feedback button on cloud Whiteboard. Default is displaying.
virtual void HideChatItemOnMeetingUI(bool bHide)=0
Set whether to display the button CHAT and menu item. Default is displaying.
virtual void EnableShowShareSwitchMultiToSingleConfirmDlg(bool bEnable)=0
Set the visibility of the SWITCH TO SINGLE PARTICIPANT SHARE dialog box when multiple participants ar...
virtual void SetShowCallInTab(bool bShow)=0
Set the visibility of PHONE CALL tab in the audio dialog box when joining the meeting....
virtual void EnableClaimHostFeature(bool bEnable)=0
Set if it is able to retrieve the permission of host (when the original host gives up the host permis...
virtual void HideSwitchCameraButton(bool bHide)=0
virtual void SetMeetingUIPos(WndPosition pos)=0
Set the position of the primary view meeting window.
virtual void EnableAudioButtonOnMeetingUI(bool bEnable)=0
Set the visibility of the Audio button in the toolbar during the meeting. Default value: TRUE.
virtual void HideKeypadButtonOnMeetingWindow(bool bHide)=0
virtual void RedirectClickParticipantListBTNEvent(bool bRedirect)=0
Set if it is able to handle the event with SDK user's own program by clicking PARTICIPANT LIST button...
virtual void RedirectClickCCBTNEvent(bool bRedirect)=0
Set if it is able to handle the event with SDK user's own program by clicking Closed Caption button i...
virtual void HideCloudWhiteboardShareButton(bool bHide)=0
Set the visibility of share button on cloud Whiteboard. Default is displaying.
virtual void RedirectClickAudioBTNEvent(bool bRedirect)=0
Set if it is able to handle the event with SDK user's own program by clicking Audio button in the mee...
virtual void EnableVideoButtonOnMeetingUI(bool bEnable)=0
Set the visibility of the Video button in the toolbar during the meeting. Default value: TRUE.
virtual void EnableInviteLinkOnMeetingUI(bool bEnable)=0
Set the visibility of the INVITE link during the meeting. Default value: TRUE.
virtual void HideMeetingInfoOnMeetingUI(bool bHide)=0
Set the visibility of meeting info button on meeting UI. Default is displaying.
virtual void SetSharingToolbarVisibility(bool bShow)=0
Set the visibility of the sharing toolbar. Default value: TRUE.
virtual SDKError DisableTopMostAttr4SettingDialog(bool bDisable)=0
Whether to remove the topmost attribute of setting dialog. Default is not removed.
virtual void RedirectClickEndMeetingBTNEvent(bool bRedirect)=0
Set if it is able to handle the event with user's own program by clicking END MEETING button in the m...
virtual void RedirectClickShareBTNEvent(bool bRedirect)=0
Set if it is able to handle the event with user's own program by clicking START SHARE button in the m...
virtual void EnableToolTipsShow(bool bEnable)=0
Set if it is able to temporarily show tooltip of the button in the toolbar of the meeting and user ca...
virtual void SetBottomFloatToolbarWndVisibility(bool bShow)=0
Set the visibility of the toolbar at the bottom of the meeting window. Default value: TRUE.
virtual void SetFloatVideoWndVisibility(bool bShow)=0
Set the visibility of the floating video window when sharing in the meeting. Default value: TRUE.
virtual void SetShowInviteDlgTabPage(SDKInviteDlgTabPage tabPage, bool bShow)=0
Set the visibility of some specified tabs in the invite dialog. Default: Show all the content.
virtual void RedirectClickBreakoutRoomButtonEvent(bool bRedirect)=0
Set if it is able to handle the event with SDK user's own program by clicking Breakout Room button in...
virtual void DisableAdvanceAudioDeivceCtrl(bool bDisable)=0
Set the ability to control the audio device in the meeting. Default is having the ability.
virtual void EnableInviteButtonOnMeetingUI(bool bEnable)=0
Set the visibility of the INVITE button in the panelist action bar during the meeting....
virtual void RedirectClickAudioMenuBTNEvent(bool bRedirect)=0
Set if it is able to handle the event with SDK user's own program by clicking Audio Menu button in th...
virtual SDKError EnableGrabShareWithoutReminder(bool bEnable)=0
Set whether to close the current sharing of another user without prompt and directly beginning a new ...
virtual void RedirectClickCustomLiveStreamMenuEvent(bool bRedirect)=0
Set if it is able to handle the event with SDK user's own program by clicking CUSTOM LIVE STREAM butt...
virtual void SetShowCallMeTab(bool bShow)=0
Set the visibility of CALL ME tab in the audio dialog box when joining the meeting....
virtual void EnableLocalRecordingConvertProgressBarDialog(bool bShow)=0
virtual void HideReactionsOnMeetingUI(bool bHide)=0
Set the visibility of reaction on meeting UI. Default is displaying.
virtual void EnableCloudWhiteboard(bool bEnable)=0
Enable or disable the new Zoom Whiteboard feature (different from Classic Whiteboard)....
virtual void DisableAttendeeMenuItem(AttendeeMenuItemOption menuOption)=0
Custom the menu items show or hide for attendee.
virtual void EnableApproveRemoteControlDlg(bool bEnable)=0
Set the visibility of the dialog box when receiving the request of remote control during the meeting....
virtual void EnableEnterAndExitFullScreenButtonOnMeetingUI(bool bEnable)=0
Set the visibility of the buttons to enter or exit the full screen in the meeting window....
virtual void SetShowAudioUseComputerSoundChkbox(bool bShow)=0
Set the visibility of the SHARE COMPUTER SOUND check-box in the sharing window. Default value: TRUE.
virtual void HideUpgradeFreeMeetingButton(bool bHide)=0
Set whether to display the button UPGRADE when prompt the tooltip of free meeting counts down....
virtual void RedirectMeetingWarningMsg(RedirectWarningMsgOption redirectOption)=0
Set if it is able to handle the warning message with SDK user's own program in the meeting....
virtual void HideRemoteControlOnMeetingUI(bool bHide)=0
Set whether to display the button REMOTE CONTROL and menu item. Default is displaying.
virtual void EnableDeclineRemoteControlResponseDlg(bool bEnable)=0
Set the visibility of the dialog box when the request of the remote control is refused....
virtual void DisableFreeMeetingRemainTimeNotify(bool bDisable)=0
Set the visibility of the REMAINING MEETING TIME button in the meeting. Default: FALSE.
virtual void DisablePanelistMenuItem(PanelistMenuItemOption menuOption)=0
Custom the menu items show or hide for panelist.
virtual void HideQAOnMeetingUI(bool bHide)=0
Set the visibility of Q&A on meeting UI. Default is displaying.
virtual void HideCopyUrlOnInviteWindow(bool bHide)=0
virtual void EnableAutoHideJoinAudioDialog(bool bEnable)=0
Set the visibility of the dialog box of choosing audio when joining the meeting. Default value: FALSE...
virtual void EnableLButtonDBClick4SwitchFullScreenMode(bool bEnable)=0
Set if it is able to switch between the full screen mode and normal mode by double-click....
virtual void SetShowH323SubTabPage(SDKH323TabPage tabPage, bool bShow)=0
Set the visibility of some specified tabs in the Room System invitation dialog. Default: show all the...
virtual void HideShareButtonOnMeetingUI(bool bHide)=0
Set the visibility of share button on meeting UI. Default is displaying.
virtual void EnableLeaveMeetingOptionForHost(bool bEnable)=0
Set the visibility of the LEAVE MEETING button on the pop-up dialogue box when the host leaves the me...
virtual void SetFloatVideoPos(WndPosition pos)=0
Set the position of the floating video window when sharing.
virtual void HideRecordItemOnMeetingUI(bool bHide)=0
Set whether to display the button RECORD and menu item. Default is displaying.
virtual void RedirectFreeMeetingEndingReminderDlg(bool bRedirect)=0
An upgrade dialog box will pop up when the free meeting is over. Use this function to set if it is ab...
virtual void AlwaysShowIconOnTaskBar(bool bAlwaysShow)=0
Set if it is able to display the preview window of the Meeting Controls on the task bar during sharin...
Webinar register with email and screen name Handler.
virtual SDKError InputWebinarRegisterEmailAndScreenName(const wchar_t *email, const wchar_t *screenName)=0
Configure the information of email and screen name.
virtual ~IWebinarNeedRegisterHandlerByEmail()
virtual void Cancel()=0
Ignore the prompt of the register.
Register webinar with URL Handler.
virtual void Release()=0
Release object.
virtual const wchar_t * GetWebinarRegisterUrl()=0
Get the URL to register webinar.
virtual ~IWebinarNeedRegisterHandlerByUrl()
Webinar register handler.
virtual WebinarNeedRegisterType GetWebinarNeedRegisterType()=0
Get the type to register. For more details, see WebinarNeedRegisterType enum.
WebinarNeedRegisterType
Register type of webinar. Here are more detailed structural descriptions.
@ WebinarReg_By_Email_and_DisplayName
Register webinar account by email and the screen name.
@ WebinarReg_NONE
Initialization.
@ WebinarReg_By_Register_Url
Register webinar account by URL.
virtual ~IWebinarNeedRegisterHandler()
Customized Service Interface \Remarks You must call the functions first before calling ZOOM_SDK_NAMES...
@ 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
@ 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
struct tagRedirectWarningMsgOption RedirectWarningMsgOption
struct tagAttendeeMenuItemOption AttendeeMenuItemOption
struct tagPanelistMenuItemOption PanelistMenuItemOption
Determine if the user handles the corresponding type of the warning message with user's own program....
tagRedirectWarningMsgOption()
bool bRedirectBadNetwork
TRUE indicates the user will handle the warning message of bad network with its own program.
bool bRedirectWarnHighCPU
TRUE indicates the user will handle the warning message of high cpu with its own program.
The position of the window. The coordinate of position is that of monitor when the parent window is n...
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
SDK error types. Here are more detailed structural descriptions.