|
Meeting SDK for Android API 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. | |
Service for users' to operate with Zoom UI.
Definition at line 11 of file ZoomUIService.java.
| void us.zoom.sdk.ZoomUIService.disableFreeMeetingNeedAdminUpgradeTips | ( | boolean | disable | ) |
Disable free meeting upgrade tips for zoom ui.
| disable | true: disable; false: enable; default is false. |
| 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.
| disable | true to disable the PIP mode, false to enable the PIP mode. |
| MobileRTCSDKError us.zoom.sdk.ZoomUIService.enableHideSelfView | ( | boolean | bEnable | ) |
Enable or disable to hide the user self's view in gallery view.
| bEnable | true indicates to enable to hide the user self's view. |
| void us.zoom.sdk.ZoomUIService.enableJavaScriptForShareWebView | ( | boolean | enable | ) |
Enable webView javascript for share url. default is true.
| enable | true/false |
| 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.
| enable | true to enable, false to disable. |
| void us.zoom.sdk.ZoomUIService.hiddenChangeToAttendee | ( | boolean | hidden | ) |
Hides or shows the change to attendee option in the webinar.
| hidden | true to hide, false to show. |
| void us.zoom.sdk.ZoomUIService.hiddenPromoToPanelist | ( | boolean | hidden | ) |
Hides or shows the promo to panelist in the webinar.
| hidden | true to hide, false to show. |
| void us.zoom.sdk.ZoomUIService.hideCloudWhiteboardAboutButton | ( | boolean | isHide | ) |
Hide about button on cloud whiteboard.
| isHide | hide if True, else show |
| void us.zoom.sdk.ZoomUIService.hideCloudWhiteboardFeedbackButton | ( | boolean | isHide | ) |
Hide feedback button on cloud whiteboard.
| isHide | hide if True, else show |
| void us.zoom.sdk.ZoomUIService.hideCloudWhiteboardShareButton | ( | boolean | isHide | ) |
Hide share button on cloud whiteboard.
| isHide | hide if True, else show |
| void us.zoom.sdk.ZoomUIService.hideDisconnectAudio | ( | boolean | hidden | ) |
Hides or shows the disconnect audio button in the meeting.
| hidden | true to hide, false to show. |
| 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.
| bHide | true means to hide the name and password dialog |
| void us.zoom.sdk.ZoomUIService.hideMeetingInviteUrl | ( | boolean | hidden | ) |
hide meeting invite url
| hidden | true: hide; false: show |
| void us.zoom.sdk.ZoomUIService.hideMiniMeetingWindow | ( | ) |
Hides the minimized meeting window.
| void us.zoom.sdk.ZoomUIService.hideReactionsOnMeetingUI | ( | boolean | hidden | ) |
Hides or shows the meeting reaction UI.
| hidden | true to hide the UI, false otherwise. |
| 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.
| bHide | TRUE indicates to hide the tab. FALSE not. |
| boolean us.zoom.sdk.ZoomUIService.isHideConfirmStartArchiveDialog | ( | ) |
Get the confirm start archive dialog whether hide or display.
| boolean us.zoom.sdk.ZoomUIService.isHideMeetingInputUserInfoWindow | ( | ) |
Determines whether the meeting input user info dialog is hidden.
| boolean us.zoom.sdk.ZoomUIService.isHideRecoverMeetingDialog | ( | ) |
Get the recover meeting dialog whether hide or display.
| boolean us.zoom.sdk.ZoomUIService.isHideRegisterWebinarInfoWindow | ( | ) |
Determines whether the webinar register information dialog is hidden.
| boolean us.zoom.sdk.ZoomUIService.isHideSelfViewEnabled | ( | ) |
Get the flag to enable/disable to hide user self's view in gallery view.
| boolean us.zoom.sdk.ZoomUIService.isHideWebinarNameInputWindow | ( | ) |
Get the webinar username input dialog to hide or display.
| boolean us.zoom.sdk.ZoomUIService.isTabletDevice | ( | ) |
Query if the current device is tablet device for zoom ui.
| 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.
| The preset email. | |
| username | The preset username. |
| MobileRTCSDKError us.zoom.sdk.ZoomUIService.setCloudWhiteboardFeedbackUrl | ( | String | url | ) |
Allowing the developer to customize the URL of feedback on cloud whiteboard.
| url | Specify the feedback url in the the white board page. |
| MobileRTCSDKError us.zoom.sdk.ZoomUIService.setCustomizedInvitationDomain | ( | String | invitationDomain | ) |
Set the customized invitation domain.
| invitationDomain | Specify the customized invitation domain. eg: https://abc.com. |
| MobileRTCSDKError us.zoom.sdk.ZoomUIService.setCustomizedPollingUrl | ( | String | pollingURL, |
| boolean | bCreate ) |
Allowing the developer to customize the URL of create/edit the polling.
| pollingURL | customized URL. |
| bCreate | When bCreate is true, it changes the URL of creating a polling. Otherwise, it changes the URL of editing a polling. |
| void us.zoom.sdk.ZoomUIService.setCustomShareOptions | ( | List< ICustomShareOptionItem > | optionItemList | ) |
Add customized share item.
| optionItemList | ICustomShareOptionItem |
| 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).
| hide | true means hide the dialog. Otherwise, do not hide the dialog. |
| void us.zoom.sdk.ZoomUIService.setHideMeetingInputUserInfoWindow | ( | boolean | hide | ) |
Sets whether to hide the meeting input user info dialog.
| hide | true to hide the dialog, false otherwise. |
| void us.zoom.sdk.ZoomUIService.setHideRecoverMeetingDialog | ( | boolean | hide | ) |
for hide confirm start archive dialog
| hide | true means hide the dialog. Otherwise, do not hide the dialog. |
| void us.zoom.sdk.ZoomUIService.setHideRegisterWebinarInfoWindow | ( | boolean | hide | ) |
Sets whether to hide the webinar register information dialog.
| hide | true to hide the dialog, false otherwise. |
| void us.zoom.sdk.ZoomUIService.setHideShareOptions | ( | List< Integer > | shareOptions | ) |
Hide specified share item list.
| shareOptions | ShareOptions |
| 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).
| hide | true means hide the dialog. Otherwise, do not hide the dialog. |
| void us.zoom.sdk.ZoomUIService.setMiniMeetingViewSize | ( | CustomizedMiniMeetingViewSize | size | ) |
Sets the customized minimize meeting view size.
| size | The size. |
| void us.zoom.sdk.ZoomUIService.setNewMeetingUI | ( | Class<? extends NewMeetingActivity > | activity | ) |
set the meeting UI.
| activity | the new meeting UI activity class. Null means use the default new meeting UI activity |
| void us.zoom.sdk.ZoomUIService.setZoomUIDelegate | ( | ZoomUIDelegate | delegate | ) |
Sets the Zoom UI delegate to handle user click events.
| delegate | The Zoom UI delegate. |
| boolean us.zoom.sdk.ZoomUIService.showMiniMeetingWindow | ( | ) |
Shows the minimized meeting window.
| 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).
| 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).
| 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).
| 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).
| 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).
| 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).