Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IMeetingUIElemConfiguration Class Referenceabstract

Meeting user configuration interface. More...

#include <meeting_configuration_interface.h>

Inherited by IMeetingConfiguration.

Public Member Functions

virtual void SetMeetingUIPos (WndPosition pos)=0
 Set the position of the primary view meeting window.
 
virtual void SetFloatVideoPos (WndPosition pos)=0
 Set the position of the floating video window when sharing.
 
virtual void SetSharingToolbarVisibility (bool bShow)=0
 Set the visibility of the sharing toolbar. Default value: TRUE.
 
virtual void SetBottomFloatToolbarWndVisibility (bool bShow)=0
 Set the visibility of the toolbar at the bottom of the meeting window. Default value: TRUE.
 
virtual void EnableApproveRemoteControlDlg (bool bEnable)=0
 Set the visibility of the dialog box when receiving the request of remote control during the meeting. Default value: TRUE.
 
virtual void EnableDeclineRemoteControlResponseDlg (bool bEnable)=0
 Set the visibility of the dialog box when the request of the remote control is refused. Default value: TRUE.
 
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 meeting. Default value: TRUE.
 
virtual void EnableInviteButtonOnMeetingUI (bool bEnable)=0
 Set the visibility of the INVITE button in the panelist action bar during the meeting. Default value: TRUE.
 
virtual void EnableVideoButtonOnMeetingUI (bool bEnable)=0
 Set the visibility of the Video button in the toolbar during the meeting. Default value: TRUE.
 
virtual void EnableAudioButtonOnMeetingUI (bool bEnable)=0
 Set the visibility of the Audio button in the toolbar during the meeting. Default value: TRUE.
 
virtual void EnableEnterAndExitFullScreenButtonOnMeetingUI (bool bEnable)=0
 Set the visibility of the buttons to enter or exit the full screen in the meeting window. Default value: TRUE.
 
virtual void EnableLButtonDBClick4SwitchFullScreenMode (bool bEnable)=0
 Set if it is able to switch between the full screen mode and normal mode by double-click. 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 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 meeting. Default value: FALSE.
 
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 meeting. Default value: FALSE.
 
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 able to handle the reminder message with user's own program. Default value: FALSE.
 
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 button in the meeting. Default value: FALSE.
 
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 in the meeting. Default value: FALSE.
 
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 in the meeting. Default value: FALSE.
 
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. Default value: None.
 
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 can close it by click the "x". Default value: TRUE.
 
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 permission). Default value: TRUE.
 
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 AlwaysShowIconOnTaskBar (bool bAlwaysShow)=0
 Set if it is able to display the preview window of the Meeting Controls on the task bar during sharing. Default value: FALSE.
 
virtual void DisableSplitScreenModeUIElements (bool bDisable)=0
 Set if it is able to enable split screen during the meeting. Default value: FALSE.
 
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 SetShowVideoOptimizeChkbox (bool bShow)=0
 Set the visibility of the OPTIMIZE FOR FULL SCREEN VIDEO CLIP check-box in the sharing window. Default value: TRUE.
 
virtual void SetShowCallInTab (bool bShow)=0
 Set the visibility of PHONE CALL tab in the audio dialog box when joining the meeting. Default value: TRUE.
 
virtual void SetShowCallMeTab (bool bShow)=0
 Set the visibility of CALL ME tab in the audio dialog box when joining the meeting. Default value: TRUE.
 
virtual SDKError DisableTopMostAttr4SettingDialog (bool bDisable)=0
 Whether to remove the topmost attribute of setting dialog. Default is not removed.
 
virtual SDKError EnableGrabShareWithoutReminder (bool bEnable)=0
 Set whether to close the current sharing of another user without prompt and directly beginning a new sharing content by the closer. Default value: FALSE(prompt).
 
virtual void EnableShowShareSwitchMultiToSingleConfirmDlg (bool bEnable)=0
 Set the visibility of the SWITCH TO SINGLE PARTICIPANT SHARE dialog box when multiple participants are sharing and the user try to change the setting to single share. Default: TURE.
 
virtual void DisableFreeMeetingRemainTimeNotify (bool bDisable)=0
 Set the visibility of the REMAINING MEETING TIME button in the meeting. Default: FALSE.
 
virtual void HideChatItemOnMeetingUI (bool bHide)=0
 Set whether to display the button CHAT and menu item. Default is displaying.
 
virtual void HideRecordItemOnMeetingUI (bool bHide)=0
 Set whether to display the button RECORD and menu item. Default is displaying.
 
virtual void HideUpgradeFreeMeetingButton (bool bHide)=0
 Set whether to display the button UPGRADE when prompt the tooltip of free meeting counts down. Default is displaying.
 
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 SetShowH323SubTabPage (SDKH323TabPage tabPage, bool bShow)=0
 Set the visibility of some specified tabs in the Room System invitation dialog. Default: show all the content.Default: show all the content.
 
virtual void EnableLocalRecordingConvertProgressBarDialog (bool bShow)=0
 
virtual void HideSwitchCameraButton (bool bHide)=0
 
virtual void HideCopyUrlOnInviteWindow (bool bHide)=0
 
virtual void HideCopyInvitationOnInviteWindow (bool bHide)=0
 
virtual void HideKeypadButtonOnMeetingWindow (bool bHide)=0
 
virtual void HideRemoteControlOnMeetingUI (bool bHide)=0
 Set whether to display the button REMOTE CONTROL and menu item. Default is displaying.
 
virtual void HideQAOnMeetingUI (bool bHide)=0
 Set the visibility of Q&A on meeting UI. Default is displaying.
 
virtual void HidePollOnMeetingUI (bool bHide)=0
 Set the visibility of poll on meeting UI. Default is displaying.
 
virtual void DisableAdvanceAudioDeivceCtrl (bool bDisable)=0
 Set the ability to control the audio device in the meeting. Default is having the ability.
 
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 meeting. Default value: FALSE.
 
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 the meeting. Default value: FALSE.
 
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 the meeting. Default value: FALSE.
 
virtual void HideReactionsOnMeetingUI (bool bHide)=0
 Set the visibility of reaction on meeting UI. Default is displaying.
 
virtual void HideMeetingInfoOnMeetingUI (bool bHide)=0
 Set the visibility of meeting info button on meeting UI. Default is displaying.
 
virtual void HideShareButtonOnMeetingUI (bool bHide)=0
 Set the visibility of share button on meeting UI. Default is displaying.
 
virtual void DisablePanelistMenuItem (PanelistMenuItemOption menuOption)=0
 Custom the menu items show or hide for panelist.
 
virtual void DisableAttendeeMenuItem (AttendeeMenuItemOption menuOption)=0
 Custom the menu items show or hide for attendee.
 
virtual void EnableInviteLinkOnMeetingUI (bool bEnable)=0
 Set the visibility of the INVITE link during the meeting. Default value: TRUE.
 
virtual void EnableCloudWhiteboard (bool bEnable)=0
 Enable or disable the new Zoom Whiteboard feature (different from Classic Whiteboard). This is enabled by default.
 
virtual void HideCloudWhiteboardFeedbackButton (bool bHide)=0
 Set Leave Feedback button's visibility on cloud whiteboard. Default is displaying.
 
virtual void HideCloudWhiteboardShareButton (bool bHide)=0
 Set Share button's visibility on cloud whiteboard. Default is displaying.
 
virtual void HideCloudWhiteboardAboutButton (bool bHide)=0
 Set the About button's visibility on cloud whiteboard. Default is displaying.
 
virtual void HideRequestRecordPrivilegeDialog (bool bHide)=0
 Set the visibility of request local recording privilege dialog when attendee request local recording privilege. Default is displaying.
 

Detailed Description

Meeting user configuration interface.

Definition at line 235 of file meeting_configuration_interface.h.

Member Function Documentation

◆ AlwaysShowIconOnTaskBar()

virtual void IMeetingUIElemConfiguration::AlwaysShowIconOnTaskBar ( bool  bAlwaysShow)
pure virtual

Set if it is able to display the preview window of the Meeting Controls on the task bar during sharing. Default value: FALSE.

Parameters
bAlwaysShowTRUE indicates to display always the icon on the task-bar.

◆ DisableAdvanceAudioDeivceCtrl()

virtual void IMeetingUIElemConfiguration::DisableAdvanceAudioDeivceCtrl ( bool  bDisable)
pure virtual

Set the ability to control the audio device in the meeting. Default is having the ability.

Parameters
[in]bDisableTRUE means having no ability, otherwise not. \This API is not recommended to call because once the bDsialbe is true, Zoom meeting may lose the control of the audio devices.

◆ DisableAttendeeMenuItem()

virtual void IMeetingUIElemConfiguration::DisableAttendeeMenuItem ( AttendeeMenuItemOption  menuOption)
pure virtual

Custom the menu items show or hide for attendee.

Parameters
menuOptionTrue indicates to hide the corresponding menu item for each item.

◆ DisableFreeMeetingRemainTimeNotify()

virtual void IMeetingUIElemConfiguration::DisableFreeMeetingRemainTimeNotify ( bool  bDisable)
pure virtual

Set the visibility of the REMAINING MEETING TIME button in the meeting. Default: FALSE.

Parameters
bDisableTRUE indicates to hide the button when the free meeting need be reminded. FALSE not.
Remarks
If the button is disabled to show, you will retrieve IMeetingConfigurationEvent::onFreeMeetingRemainTime callback event.

◆ DisablePanelistMenuItem()

virtual void IMeetingUIElemConfiguration::DisablePanelistMenuItem ( PanelistMenuItemOption  menuOption)
pure virtual

Custom the menu items show or hide for panelist.

Parameters
menuOptionTrue indicates to hide the corresponding menu item for each item.

◆ DisableSplitScreenModeUIElements()

virtual void IMeetingUIElemConfiguration::DisableSplitScreenModeUIElements ( bool  bDisable)
pure virtual

Set if it is able to enable split screen during the meeting. Default value: FALSE.

Parameters
bDisableTRUE indicates to disable the split screen. FALSE not.
Remarks
This function is valid only on the primary screen. Set the value to FALSE does not mean to enable the split screen due to other restrictions.

◆ DisableTopMostAttr4SettingDialog()

virtual SDKError IMeetingUIElemConfiguration::DisableTopMostAttr4SettingDialog ( bool  bDisable)
pure virtual

Whether to remove the topmost attribute of setting dialog. Default is not removed.

Parameters
bDisableTRUE indicates to remove. FALSE not.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ EnableApproveRemoteControlDlg()

virtual void IMeetingUIElemConfiguration::EnableApproveRemoteControlDlg ( bool  bEnable)
pure virtual

Set the visibility of the dialog box when receiving the request of remote control during the meeting. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the dialog box. FALSE not. If it is FALSE, the user can deal with this request in the IMeetingRemoteCtrlEvent::onRemoteControlStatus() callback event sent by SDK when receiving the request of the remote control and then enters the sharing status at the end of callback event.

◆ EnableAudioButtonOnMeetingUI()

virtual void IMeetingUIElemConfiguration::EnableAudioButtonOnMeetingUI ( bool  bEnable)
pure virtual

Set the visibility of the Audio button in the toolbar during the meeting. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the button. Otherwise not.

◆ EnableAutoHideJoinAudioDialog()

virtual void IMeetingUIElemConfiguration::EnableAutoHideJoinAudioDialog ( bool  bEnable)
pure virtual

Set the visibility of the dialog box of choosing audio when joining the meeting. Default value: FALSE.

Parameters
bEnableTRUE indicates to hide the dialog box of choosing audio when joining the meeting. FALSE not.

◆ EnableClaimHostFeature()

virtual void IMeetingUIElemConfiguration::EnableClaimHostFeature ( bool  bEnable)
pure virtual

Set if it is able to retrieve the permission of host (when the original host gives up the host permission). Default value: TRUE.

Parameters
bEnableTRUE indicates that he can retrieve the permission of host. FALSE not.
Remarks
The original host can always claim host and is not affected by this API.

◆ EnableCloudWhiteboard()

virtual void IMeetingUIElemConfiguration::EnableCloudWhiteboard ( bool  bEnable)
pure virtual

Enable or disable the new Zoom Whiteboard feature (different from Classic Whiteboard). This is enabled by default.

Parameters
[in]bEnableTrue means enabled, otherwise not.

◆ EnableDeclineRemoteControlResponseDlg()

virtual void IMeetingUIElemConfiguration::EnableDeclineRemoteControlResponseDlg ( bool  bEnable)
pure virtual

Set the visibility of the dialog box when the request of the remote control is refused. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the dialog box. FALSE not. If it is FALSE, the user can deal with this request in the IMeetingRemoteCtrlEvent::onRemoteControlStatus() callback event sent by SDK when receiving the decline request of the remote control and then exists the sharing status at the end of callback event.

◆ EnableEnterAndExitFullScreenButtonOnMeetingUI()

virtual void IMeetingUIElemConfiguration::EnableEnterAndExitFullScreenButtonOnMeetingUI ( bool  bEnable)
pure virtual

Set the visibility of the buttons to enter or exit the full screen in the meeting window. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the button. Otherwise not.

◆ EnableGrabShareWithoutReminder()

virtual SDKError IMeetingUIElemConfiguration::EnableGrabShareWithoutReminder ( bool  bEnable)
pure virtual

Set whether to close the current sharing of another user without prompt and directly beginning a new sharing content by the closer. Default value: FALSE(prompt).

Parameters
bEnableTRUE indicates no prompt. FALSE not.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ EnableInviteButtonOnMeetingUI()

virtual void IMeetingUIElemConfiguration::EnableInviteButtonOnMeetingUI ( bool  bEnable)
pure virtual

Set the visibility of the INVITE button in the panelist action bar during the meeting. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the button. Otherwise not.
Remarks
The user will receive the IMeetingUIControllerEvent::onInviteBtnClicked() callback event when he clicks the INVITE button. If the callback event is not handled, the SDK will pop up a ZOOM custom invitation dialog. The user will receive the IMeetingUIControllerEvent::onZoomInviteDialogFailed() callback event if the dialog box is failed to display.

◆ EnableInviteLinkOnMeetingUI()

virtual void IMeetingUIElemConfiguration::EnableInviteLinkOnMeetingUI ( bool  bEnable)
pure virtual

Set the visibility of the INVITE link during the meeting. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the link. Otherwise not.

◆ EnableLButtonDBClick4SwitchFullScreenMode()

virtual void IMeetingUIElemConfiguration::EnableLButtonDBClick4SwitchFullScreenMode ( bool  bEnable)
pure virtual

Set if it is able to switch between the full screen mode and normal mode by double-click. Default value: TRUE.

Parameters
bEnableTRUE indicates to switch. FALSE not.

◆ EnableLeaveMeetingOptionForHost()

virtual void IMeetingUIElemConfiguration::EnableLeaveMeetingOptionForHost ( bool  bEnable)
pure virtual

Set the visibility of the LEAVE MEETING button on the pop-up dialogue box when the host leaves the meeting. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the button. Otherwise not.

◆ EnableLocalRecordingConvertProgressBarDialog()

virtual void IMeetingUIElemConfiguration::EnableLocalRecordingConvertProgressBarDialog ( bool  bShow)
pure virtual
Parameters
bShowTRUE indicates to show the dialog box. FALSE not.

◆ EnableShowShareSwitchMultiToSingleConfirmDlg()

virtual void IMeetingUIElemConfiguration::EnableShowShareSwitchMultiToSingleConfirmDlg ( bool  bEnable)
pure virtual

Set the visibility of the SWITCH TO SINGLE PARTICIPANT SHARE dialog box when multiple participants are sharing and the user try to change the setting to single share. Default: TURE.

Parameters
bEnableTRUE indicates to show dialog box if the multishare option is changed. FALSE not.
Remarks
If the dialog is disabled to show, you will retrieve IMeetingShareCtrlEvent::onMultiShareSwitchToSingleShareNeedConfirm callback event.

◆ EnableToolTipsShow()

virtual void IMeetingUIElemConfiguration::EnableToolTipsShow ( bool  bEnable)
pure virtual

Set if it is able to temporarily show tooltip of the button in the toolbar of the meeting and user can close it by click the "x". Default value: TRUE.

Parameters
bEnableTRUE indicates to enable to show the tooltip in the meeting. FALSE not.

◆ EnableVideoButtonOnMeetingUI()

virtual void IMeetingUIElemConfiguration::EnableVideoButtonOnMeetingUI ( bool  bEnable)
pure virtual

Set the visibility of the Video button in the toolbar during the meeting. Default value: TRUE.

Parameters
bEnableTRUE indicates to display the button. Otherwise not.

◆ HideChatItemOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HideChatItemOnMeetingUI ( bool  bHide)
pure virtual

Set whether to display the button CHAT and menu item. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HideCloudWhiteboardAboutButton()

virtual void IMeetingUIElemConfiguration::HideCloudWhiteboardAboutButton ( bool  bHide)
pure virtual

Set the About button's visibility on cloud whiteboard. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise means displaying.

◆ HideCloudWhiteboardFeedbackButton()

virtual void IMeetingUIElemConfiguration::HideCloudWhiteboardFeedbackButton ( bool  bHide)
pure virtual

Set Leave Feedback button's visibility on cloud whiteboard. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise means displaying.

◆ HideCloudWhiteboardShareButton()

virtual void IMeetingUIElemConfiguration::HideCloudWhiteboardShareButton ( bool  bHide)
pure virtual

Set Share button's visibility on cloud whiteboard. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise means displaying.

◆ HideCopyInvitationOnInviteWindow()

virtual void IMeetingUIElemConfiguration::HideCopyInvitationOnInviteWindow ( bool  bHide)
pure virtual
Parameters
bHideTRUE indicates to hide, FALSE not.

◆ HideCopyUrlOnInviteWindow()

virtual void IMeetingUIElemConfiguration::HideCopyUrlOnInviteWindow ( bool  bHide)
pure virtual
Parameters
bHideTRUE indicates to hide, FALSE not.

◆ HideKeypadButtonOnMeetingWindow()

virtual void IMeetingUIElemConfiguration::HideKeypadButtonOnMeetingWindow ( bool  bHide)
pure virtual
Parameters
bHideTRUE indicates to hide, FALSE not.

◆ HideMeetingInfoOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HideMeetingInfoOnMeetingUI ( bool  bHide)
pure virtual

Set the visibility of meeting info button on meeting UI. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HidePollOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HidePollOnMeetingUI ( bool  bHide)
pure virtual

Set the visibility of poll on meeting UI. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HideQAOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HideQAOnMeetingUI ( bool  bHide)
pure virtual

Set the visibility of Q&A on meeting UI. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HideReactionsOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HideReactionsOnMeetingUI ( bool  bHide)
pure virtual

Set the visibility of reaction on meeting UI. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HideRecordItemOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HideRecordItemOnMeetingUI ( bool  bHide)
pure virtual

Set whether to display the button RECORD and menu item. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HideRemoteControlOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HideRemoteControlOnMeetingUI ( bool  bHide)
pure virtual

Set whether to display the button REMOTE CONTROL and menu item. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.
Remarks
If the calling of API with parameter TRUE is successful, SDK will call EnableApproveRemoteControlDlg(false) by default.

◆ HideRequestRecordPrivilegeDialog()

virtual void IMeetingUIElemConfiguration::HideRequestRecordPrivilegeDialog ( bool  bHide)
pure virtual

Set the visibility of request local recording privilege dialog when attendee request local recording privilege. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HideShareButtonOnMeetingUI()

virtual void IMeetingUIElemConfiguration::HideShareButtonOnMeetingUI ( bool  bHide)
pure virtual

Set the visibility of share button on meeting UI. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ HideSwitchCameraButton()

virtual void IMeetingUIElemConfiguration::HideSwitchCameraButton ( bool  bHide)
pure virtual
Parameters
bHideTRUE indicates to hide the Switch Camera button. FALSE not.

◆ HideUpgradeFreeMeetingButton()

virtual void IMeetingUIElemConfiguration::HideUpgradeFreeMeetingButton ( bool  bHide)
pure virtual

Set whether to display the button UPGRADE when prompt the tooltip of free meeting counts down. Default is displaying.

Parameters
[in]bHideTRUE means hiding, otherwise not.

◆ RedirectClickAudioBTNEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickAudioBTNEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with SDK user's own program by clicking Audio button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle with user's own program. FALSE not.
Remarks
If the user calls this function to convert, the SDK will trigger the IMeetingUIControllerEvent::onAudioBtnClicked(AudioBtnClickedCallbackInfo info), and the user shall deal with the subsequent logic himself.

◆ RedirectClickAudioMenuBTNEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickAudioMenuBTNEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with SDK user's own program by clicking Audio Menu button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle with user's own program. FALSE not.
Remarks
If the user calls this function to convert, the SDK will trigger the IMeetingUIControllerEvent::onAudioMenuBtnClicked(), and the user shall deal with the subsequent logic himself.

◆ RedirectClickBreakoutRoomButtonEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickBreakoutRoomButtonEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with SDK user's own program by clicking Breakout Room button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle with user's own program. FALSE not.
Remarks
If the user calls this function to convert, the SDK will trigger the IMeetingUIControllerEvent::onBreakoutRoomBtnClicked(), and the user shall deal with the subsequent logic himself.

◆ RedirectClickCCBTNEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickCCBTNEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with SDK user's own program by clicking Closed Caption button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle with user's own program. FALSE not.
Remarks
If the user calls this function to convert, the SDK will trigger the IMeetingUIControllerEvent::onCCBTNClicked(), and the user shall deal with the subsequent logic himself.

◆ RedirectClickCustomLiveStreamMenuEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickCustomLiveStreamMenuEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with SDK user's own program by clicking CUSTOM LIVE STREAM button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle with user's own program. FALSE not.
Remarks
If the user calls this function to convert, the SDK will trigger the IMeetingUIControllerEvent::onCustomLiveStreamMenuClicked() instead of jumping to the live video page when clicking on the custom live stream, then deal with the subsequent logic.

◆ RedirectClickEndMeetingBTNEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickEndMeetingBTNEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with user's own program by clicking END MEETING button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle with user's own program. FALSE not.
Remarks
The SDK won't end the meeting if the user calls this function and set to convert. The user will deal with the subsequent logic after receiving the IMeetingUIControllerEvent::onEndMeetingBtnClicked() callback event.

◆ RedirectClickParticipantListBTNEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickParticipantListBTNEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with SDK user's own program by clicking PARTICIPANT LIST button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle with user's own program. FALSE not.
Remarks
The list won't unfold by clicking participant list button if the user calls this function to set to convert. The SDK will trigger the IMeetingUIControllerEvent::onParticipantListBtnClicked(), and the user shall deal with the subsequent logic himself.

◆ RedirectClickShareBTNEvent()

virtual void IMeetingUIElemConfiguration::RedirectClickShareBTNEvent ( bool  bRedirect)
pure virtual

Set if it is able to handle the event with user's own program by clicking START SHARE button in the meeting. Default value: FALSE.

Parameters
bRedirectTRUE indicates to deal with the event with user's own program. FALSE not.
Remarks
The SDK won't enable the share if the user calls this function and sets to convert. The user will deal with the subsequent logic after receiving the IMeetingUIControllerEvent::onStartShareBtnClicked() callback event.

◆ RedirectFreeMeetingEndingReminderDlg()

virtual void IMeetingUIElemConfiguration::RedirectFreeMeetingEndingReminderDlg ( bool  bRedirect)
pure virtual

An upgrade dialog box will pop up when the free meeting is over. Use this function to set if it is able to handle the reminder message with user's own program. Default value: FALSE.

Parameters
bRedirectTRUE indicates to handle the reminder message with user's own program. FALSE not.
Remarks
The SDK will trigger the IMeetingConfigurationEvent::onFreeMeetingEndingReminderNotification() callback event when the meeting is over if the user calls this function to set the conversion.

◆ RedirectMeetingWarningMsg()

virtual void IMeetingUIElemConfiguration::RedirectMeetingWarningMsg ( RedirectWarningMsgOption  redirectOption)
pure virtual

Set if it is able to handle the warning message with SDK user's own program in the meeting. Default value: None.

Parameters
redirectOptionThe parameter indicates the warning messages to be handled with user's own program.
Remarks
If the user calls this function to convert, the SDK will trigger the IMeetingServiceEvent::onMeetingStatisticsWarningNotification(), and the user shall deal with the subsequent logic himself.

◆ SetBottomFloatToolbarWndVisibility()

virtual void IMeetingUIElemConfiguration::SetBottomFloatToolbarWndVisibility ( bool  bShow)
pure virtual

Set the visibility of the toolbar at the bottom of the meeting window. Default value: TRUE.

Parameters
bShowTRUE means to enable the feature to display always the toolbar at the bottom. Otherwise not.

◆ SetFloatVideoPos()

virtual void IMeetingUIElemConfiguration::SetFloatVideoPos ( WndPosition  pos)
pure virtual

Set the position of the floating video window when sharing.

Parameters
posSpecify the position of the floating video window when sharing.
Remarks
The value shall be set before the sharing begins. If you set the value during the process of share, the function will not be valid until the next share.

◆ SetFloatVideoWndVisibility()

virtual void IMeetingUIElemConfiguration::SetFloatVideoWndVisibility ( bool  bShow)
pure virtual

Set the visibility of the floating video window when sharing in the meeting. Default value: TRUE.

Parameters
bShowTRUE indicates to display the floating video window. FALSE not.

◆ SetMeetingUIPos()

virtual void IMeetingUIElemConfiguration::SetMeetingUIPos ( WndPosition  pos)
pure virtual

Set the position of the primary view meeting window.

Parameters
posSpecify the position of the primary view meeting window. The coordinates of the window are those of the screen.

◆ SetSharingToolbarVisibility()

virtual void IMeetingUIElemConfiguration::SetSharingToolbarVisibility ( bool  bShow)
pure virtual

Set the visibility of the sharing toolbar. Default value: TRUE.

Parameters
bShowTRUE means to enable the display sharing toolbar. Otherwise not.
Remarks
This function works only before the meeting or the sharing starts.

◆ SetShowAudioUseComputerSoundChkbox()

virtual void IMeetingUIElemConfiguration::SetShowAudioUseComputerSoundChkbox ( bool  bShow)
pure virtual

Set the visibility of the SHARE COMPUTER SOUND check-box in the sharing window. Default value: TRUE.

Parameters
bShowTRUE indicates to display. FALSE not.

◆ SetShowCallInTab()

virtual void IMeetingUIElemConfiguration::SetShowCallInTab ( bool  bShow)
pure virtual

Set the visibility of PHONE CALL tab in the audio dialog box when joining the meeting. Default value: TRUE.

Parameters
bShowTRUE indicates to display the tab. FALSE not.

◆ SetShowCallMeTab()

virtual void IMeetingUIElemConfiguration::SetShowCallMeTab ( bool  bShow)
pure virtual

Set the visibility of CALL ME tab in the audio dialog box when joining the meeting. Default value: TRUE.

Parameters
bShowTRUE indicates to display the tab. FALSE not.

◆ SetShowH323SubTabPage()

virtual void IMeetingUIElemConfiguration::SetShowH323SubTabPage ( SDKH323TabPage  tabPage,
bool  bShow 
)
pure virtual

Set the visibility of some specified tabs in the Room System invitation dialog. Default: show all the content.Default: show all the content.

Parameters
tabPageSpecify a tab, see SDKH323TabPage enum.
bShowTRUE indicates to display the tab. FALSE not.

◆ SetShowInviteDlgTabPage()

virtual void IMeetingUIElemConfiguration::SetShowInviteDlgTabPage ( SDKInviteDlgTabPage  tabPage,
bool  bShow 
)
pure virtual

Set the visibility of some specified tabs in the invite dialog. Default: Show all the content.

Parameters
tabPageSpecify a tab page, see SDKInviteDlgTabPage enum.
bShowTRUE indicates to display the tab. FALSE not.

◆ SetShowVideoOptimizeChkbox()

virtual void IMeetingUIElemConfiguration::SetShowVideoOptimizeChkbox ( bool  bShow)
pure virtual

Set the visibility of the OPTIMIZE FOR FULL SCREEN VIDEO CLIP check-box in the sharing window. Default value: TRUE.

Parameters
bShowTRUE indicates to display. FALSE not.