Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.ZoomUIService Interface Reference

Service for users' to operate with Zoom UI. More...

Public Member Functions

void switchToNextPage ()
 Switches to the next scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).
void switchToPreviousPage ()
 Switches to the previous scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).
void switchToActiveSpeaker ()
 Switches to the active scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).
void switchToDriveScene ()
 Switches to the drive scene. This is not supported for tablet in the new meeting UI. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).
void switchToVideoWall ()
 Switches to the gallery scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).
void switchToSignLanguageView ()
 Switches to the sign language scene. It is only supported in the new meeting UI. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).
void setHideMeetingInputUserInfoWindow (boolean hide)
 Sets whether to hide the meeting input user info dialog.
boolean isHideMeetingInputUserInfoWindow ()
 Determines whether the meeting input user info dialog is hidden.
void prePopulateWebinarRegistrationInfo (String email, String username)
 Presets email and username for webinars which need registration to join. The email and username value will be input to the webinar registration dialog as default.
void setHideRegisterWebinarInfoWindow (boolean hide)
 Sets whether to hide the webinar register information dialog.
boolean isHideRegisterWebinarInfoWindow ()
 Determines whether the webinar register information dialog is hidden.
void setZoomUIDelegate (ZoomUIDelegate delegate)
 Sets the Zoom UI delegate to handle user click events.
void hideReactionsOnMeetingUI (boolean hidden)
 Hides or shows the meeting reaction UI.
void hideDisconnectAudio (boolean hidden)
 Hides or shows the disconnect audio button in the meeting.
void hiddenPromoToPanelist (boolean hidden)
 Hides or shows the promo to panelist in the webinar.
void hiddenChangeToAttendee (boolean hidden)
 Hides or shows the change to attendee option in the webinar.
boolean showMiniMeetingWindow ()
 Shows the minimized meeting window.
void hideMiniMeetingWindow ()
 Hides the minimized meeting window.
void setMiniMeetingViewSize (CustomizedMiniMeetingViewSize size)
 Sets the customized minimize meeting view size.
void enableMinimizeMeeting (boolean enable)
 Enables or disables the minimize meeting feature. This feature is disabled by default. If the minimize meeting feature is enabled, the PIP mode is disabled.
void disablePIPMode (boolean disable)
 Disables or enables the PIP mode feature. The PIP mode is enabled by default. If the PIP mode feature is enabled, the minimize meeting feature is disabled.
void disableFreeMeetingNeedAdminUpgradeTips (boolean disable)
 Disable free meeting upgrade tips for zoom ui.
void enableJavaScriptForShareWebView (boolean enable)
 Enable webView javascript for share url. default is true.
void hideMeetingInviteUrl (boolean hidden)
 hide meeting invite url
MobileRTCSDKError setCustomizedInvitationDomain (String invitationDomain)
 Set the customized invitation domain.
MobileRTCSDKError setCustomizedPollingUrl (String pollingURL, boolean bCreate)
 Allowing the developer to customize the URL of create/edit the polling.
void setHideShareOptions (List< Integer > shareOptions)
 Hide specified share item list.
void setCustomShareOptions (List< ICustomShareOptionItem > optionItemList)
 Add customized share item.
void hideCloudWhiteboardFeedbackButton (boolean isHide)
 Hide feedback button on cloud whiteboard.
MobileRTCSDKError setCloudWhiteboardFeedbackUrl (String url)
 Allowing the developer to customize the URL of feedback on cloud whiteboard.
void hideCloudWhiteboardShareButton (boolean isHide)
 Hide share button on cloud whiteboard.
void hideCloudWhiteboardAboutButton (boolean isHide)
 Hide about button on cloud whiteboard.
void setNewMeetingUI (Class<? extends NewMeetingActivity > activity)
 set the meeting UI.
boolean isTabletDevice ()
 Query if the current device is tablet device for zoom ui.
MobileRTCSDKError enableHideSelfView (boolean bEnable)
 Enable or disable to hide the user self's view in gallery view.
boolean isHideSelfViewEnabled ()
 Get the flag to enable/disable to hide user self's view in gallery view.
void hideRequestRecordPrivilegeDialog (boolean bHide)
 Set the visibility of request local recording privilege dialog when attendee request local recording privilege. Default is displaying.
void hideJoinMeetingNamePasswordDialog (boolean bHide)
 Whether to hide the name and password dialog when the meeting needs a name and password dialog. Show name and password dialog by default.
void setHideWebinarNameInputWindow (boolean hide)
 Set the webinar username input dialog to hide or display. if hide webinar user name input dialog, should handle InMeetingServiceListener#onWebinarNeedInputScreenName(InMeetingEventHandler)} InMeetingEventHandler#inputName(String).
boolean isHideWebinarNameInputWindow ()
 Get the webinar username input dialog to hide or display.
void setHideConfirmStartArchiveDialog (boolean hide)
 Set the confirm start archive dialog to hide or display. if hide confirm start archive dialog when join meeting, should handle InMeetingServiceListener#onUserConfirmToStartArchive(IMeetingArchiveConfirmHandler).
boolean isHideConfirmStartArchiveDialog ()
 Get the confirm start archive dialog whether hide or display.
void setHideRecoverMeetingDialog (boolean hide)
 for hide confirm start archive dialog
boolean isHideRecoverMeetingDialog ()
 Get the recover meeting dialog whether hide or display.

Detailed Description

Service for users' to operate with Zoom UI.

Definition at line 11 of file ZoomUIService.java.

Member Function Documentation

◆ disableFreeMeetingNeedAdminUpgradeTips()

void us.zoom.sdk.ZoomUIService.disableFreeMeetingNeedAdminUpgradeTips ( boolean disable)

Disable free meeting upgrade tips for zoom ui.

Parameters
disabletrue: disable; false: enable; default is false.

◆ disablePIPMode()

void us.zoom.sdk.ZoomUIService.disablePIPMode ( boolean disable)

Disables or enables the PIP mode feature. The PIP mode is enabled by default. If the PIP mode feature is enabled, the minimize meeting feature is disabled.

Note
If set enableMinimizeMeeting to true, the PIP mode will be disabled.
Parameters
disabletrue to disable the PIP mode, false to enable the PIP mode.

◆ enableHideSelfView()

MobileRTCSDKError us.zoom.sdk.ZoomUIService.enableHideSelfView ( boolean bEnable)

Enable or disable to hide the user self's view in gallery view.

Parameters
bEnabletrue indicates to enable to hide the user self's view.
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ enableJavaScriptForShareWebView()

void us.zoom.sdk.ZoomUIService.enableJavaScriptForShareWebView ( boolean enable)

Enable webView javascript for share url. default is true.

Parameters
enabletrue/false

◆ enableMinimizeMeeting()

void us.zoom.sdk.ZoomUIService.enableMinimizeMeeting ( boolean enable)

Enables or disables the minimize meeting feature. This feature is disabled by default. If the minimize meeting feature is enabled, the PIP mode is disabled.

Note
If set disablePIPMode to false, the minimize meeting feature is disabled.
Parameters
enabletrue to enable, false to disable.

◆ hiddenChangeToAttendee()

void us.zoom.sdk.ZoomUIService.hiddenChangeToAttendee ( boolean hidden)

Hides or shows the change to attendee option in the webinar.

Parameters
hiddentrue to hide, false to show.

◆ hiddenPromoToPanelist()

void us.zoom.sdk.ZoomUIService.hiddenPromoToPanelist ( boolean hidden)

Hides or shows the promo to panelist in the webinar.

Parameters
hiddentrue to hide, false to show.

◆ hideCloudWhiteboardAboutButton()

void us.zoom.sdk.ZoomUIService.hideCloudWhiteboardAboutButton ( boolean isHide)

Hide about button on cloud whiteboard.

Parameters
isHidehide if True, else show

◆ hideCloudWhiteboardFeedbackButton()

void us.zoom.sdk.ZoomUIService.hideCloudWhiteboardFeedbackButton ( boolean isHide)

Hide feedback button on cloud whiteboard.

Parameters
isHidehide if True, else show

◆ hideCloudWhiteboardShareButton()

void us.zoom.sdk.ZoomUIService.hideCloudWhiteboardShareButton ( boolean isHide)

Hide share button on cloud whiteboard.

Parameters
isHidehide if True, else show

◆ hideDisconnectAudio()

void us.zoom.sdk.ZoomUIService.hideDisconnectAudio ( boolean hidden)

Hides or shows the disconnect audio button in the meeting.

Parameters
hiddentrue to hide, false to show.

◆ hideJoinMeetingNamePasswordDialog()

void us.zoom.sdk.ZoomUIService.hideJoinMeetingNamePasswordDialog ( boolean bHide)

Whether to hide the name and password dialog when the meeting needs a name and password dialog. Show name and password dialog by default.

Parameters
bHidetrue means to hide the name and password dialog

◆ hideMeetingInviteUrl()

void us.zoom.sdk.ZoomUIService.hideMeetingInviteUrl ( boolean hidden)

hide meeting invite url

Parameters
hiddentrue: hide; false: show

◆ hideMiniMeetingWindow()

void us.zoom.sdk.ZoomUIService.hideMiniMeetingWindow ( )

Hides the minimized meeting window.

◆ hideReactionsOnMeetingUI()

void us.zoom.sdk.ZoomUIService.hideReactionsOnMeetingUI ( boolean hidden)

Hides or shows the meeting reaction UI.

Parameters
hiddentrue to hide the UI, false otherwise.

◆ hideRequestRecordPrivilegeDialog()

void us.zoom.sdk.ZoomUIService.hideRequestRecordPrivilegeDialog ( boolean bHide)

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

Parameters
bHideTRUE indicates to hide the tab. FALSE not.

◆ isHideConfirmStartArchiveDialog()

boolean us.zoom.sdk.ZoomUIService.isHideConfirmStartArchiveDialog ( )

Get the confirm start archive dialog whether hide or display.

Returns
true means hide, false means display.

◆ isHideMeetingInputUserInfoWindow()

boolean us.zoom.sdk.ZoomUIService.isHideMeetingInputUserInfoWindow ( )

Determines whether the meeting input user info dialog is hidden.

Returns
true if the dialog is hidden. Otherwise, false.

◆ isHideRecoverMeetingDialog()

boolean us.zoom.sdk.ZoomUIService.isHideRecoverMeetingDialog ( )

Get the recover meeting dialog whether hide or display.

Returns
true means hide, false means display.

◆ isHideRegisterWebinarInfoWindow()

boolean us.zoom.sdk.ZoomUIService.isHideRegisterWebinarInfoWindow ( )

Determines whether the webinar register information dialog is hidden.

Returns
true if the dialog is hidden. Otherwise, false.

◆ isHideSelfViewEnabled()

boolean us.zoom.sdk.ZoomUIService.isHideSelfViewEnabled ( )

Get the flag to enable/disable to hide user self's view in gallery view.

Returns
Enabled or disabled.

◆ isHideWebinarNameInputWindow()

boolean us.zoom.sdk.ZoomUIService.isHideWebinarNameInputWindow ( )

Get the webinar username input dialog to hide or display.

Returns
value of the setting value.

◆ isTabletDevice()

boolean us.zoom.sdk.ZoomUIService.isTabletDevice ( )

Query if the current device is tablet device for zoom ui.

Returns
true means the current device is tablet device for zoom ui, false means not.

◆ prePopulateWebinarRegistrationInfo()

void us.zoom.sdk.ZoomUIService.prePopulateWebinarRegistrationInfo ( String email,
String username )

Presets email and username for webinars which need registration to join. The email and username value will be input to the webinar registration dialog as default.

Parameters
emailThe preset email.
usernameThe preset username.

◆ setCloudWhiteboardFeedbackUrl()

MobileRTCSDKError us.zoom.sdk.ZoomUIService.setCloudWhiteboardFeedbackUrl ( String url)

Allowing the developer to customize the URL of feedback on cloud whiteboard.

Parameters
urlSpecify the feedback url in the the white board page.
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ setCustomizedInvitationDomain()

MobileRTCSDKError us.zoom.sdk.ZoomUIService.setCustomizedInvitationDomain ( String invitationDomain)

Set the customized invitation domain.

Parameters
invitationDomainSpecify the customized invitation domain. eg: https://abc.com.
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ setCustomizedPollingUrl()

MobileRTCSDKError us.zoom.sdk.ZoomUIService.setCustomizedPollingUrl ( String pollingURL,
boolean bCreate )

Allowing the developer to customize the URL of create/edit the polling.

Parameters
pollingURLcustomized URL.
bCreateWhen bCreate is true, it changes the URL of creating a polling. Otherwise, it changes the URL of editing a polling.
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ setCustomShareOptions()

void us.zoom.sdk.ZoomUIService.setCustomShareOptions ( List< ICustomShareOptionItem > optionItemList)

Add customized share item.

Parameters
optionItemListICustomShareOptionItem

◆ setHideConfirmStartArchiveDialog()

void us.zoom.sdk.ZoomUIService.setHideConfirmStartArchiveDialog ( boolean hide)

Set the confirm start archive dialog to hide or display. if hide confirm start archive dialog when join meeting, should handle InMeetingServiceListener#onUserConfirmToStartArchive(IMeetingArchiveConfirmHandler).

Parameters
hidetrue means hide the dialog. Otherwise, do not hide the dialog.

◆ setHideMeetingInputUserInfoWindow()

void us.zoom.sdk.ZoomUIService.setHideMeetingInputUserInfoWindow ( boolean hide)

Sets whether to hide the meeting input user info dialog.

Parameters
hidetrue to hide the dialog, false otherwise.

◆ setHideRecoverMeetingDialog()

void us.zoom.sdk.ZoomUIService.setHideRecoverMeetingDialog ( boolean hide)

for hide confirm start archive dialog

Parameters
hidetrue means hide the dialog. Otherwise, do not hide the dialog.

◆ setHideRegisterWebinarInfoWindow()

void us.zoom.sdk.ZoomUIService.setHideRegisterWebinarInfoWindow ( boolean hide)

Sets whether to hide the webinar register information dialog.

Parameters
hidetrue to hide the dialog, false otherwise.

◆ setHideShareOptions()

void us.zoom.sdk.ZoomUIService.setHideShareOptions ( List< Integer > shareOptions)

Hide specified share item list.

Parameters
shareOptionsShareOptions

◆ setHideWebinarNameInputWindow()

void us.zoom.sdk.ZoomUIService.setHideWebinarNameInputWindow ( boolean hide)

Set the webinar username input dialog to hide or display. if hide webinar user name input dialog, should handle InMeetingServiceListener#onWebinarNeedInputScreenName(InMeetingEventHandler)} InMeetingEventHandler#inputName(String).

Parameters
hidetrue means hide the dialog. Otherwise, do not hide the dialog.

◆ setMiniMeetingViewSize()

void us.zoom.sdk.ZoomUIService.setMiniMeetingViewSize ( CustomizedMiniMeetingViewSize size)

Sets the customized minimize meeting view size.

Parameters
sizeThe size.

◆ setNewMeetingUI()

void us.zoom.sdk.ZoomUIService.setNewMeetingUI ( Class<? extends NewMeetingActivity > activity)

set the meeting UI.

Parameters
activitythe new meeting UI activity class. Null means use the default new meeting UI activity

◆ setZoomUIDelegate()

void us.zoom.sdk.ZoomUIService.setZoomUIDelegate ( ZoomUIDelegate delegate)

Sets the Zoom UI delegate to handle user click events.

Note
When the conference ends, the user should set the delegate to null.
Parameters
delegateThe Zoom UI delegate.

◆ showMiniMeetingWindow()

boolean us.zoom.sdk.ZoomUIService.showMiniMeetingWindow ( )

Shows the minimized meeting window.

Returns
true if the function succeeds. Otherwise, false.

◆ switchToActiveSpeaker()

void us.zoom.sdk.ZoomUIService.switchToActiveSpeaker ( )

Switches to the active scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).

◆ switchToDriveScene()

void us.zoom.sdk.ZoomUIService.switchToDriveScene ( )

Switches to the drive scene. This is not supported for tablet in the new meeting UI. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).

◆ switchToNextPage()

void us.zoom.sdk.ZoomUIService.switchToNextPage ( )

Switches to the next scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).

◆ switchToPreviousPage()

void us.zoom.sdk.ZoomUIService.switchToPreviousPage ( )

Switches to the previous scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).

◆ switchToSignLanguageView()

void us.zoom.sdk.ZoomUIService.switchToSignLanguageView ( )

Switches to the sign language scene. It is only supported in the new meeting UI. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).

◆ switchToVideoWall()

void us.zoom.sdk.ZoomUIService.switchToVideoWall ( )

Switches to the gallery scene. For a new meeting UI, the video frames' sequence is: drive scene (if has), active scene, sign language scene (if has), gallery scene (if has).