|
Meeting SDK for Android API Reference
|
Zoom meeting settings. More...
Public Member Functions | |
| void | setAutoConnectVoIPWhenJoinMeeting (boolean enabled) |
| Sets whether to connect VoIP automatically when the current user joins the meeting. | |
| boolean | isAutoConnectVoIPWhenJoinMeetingEnabled () |
| Determines whether VoIP auto-connection is enabled when the current user joins the meeting. | |
| void | setMuteMyMicrophoneWhenJoinMeeting (boolean enabled) |
| Sets whether to mute the microphone when the current user joins the meeting. | |
| boolean | isMuteMyMicrophoneWhenJoinMeetingEnabled () |
| Determines whether the microphone is muted when the current user joins the meeting. | |
| void | setTurnOffMyVideoWhenJoinMeeting (boolean enabled) |
| Sets whether to turn off the video when the current user joins the meeting. | |
| boolean | isTurnOffMyVideoWhenJoinMeetingEnabled () |
| Determines whether the video is turned off when the current user joins the meeting. | |
| void | setKubiDeviceEnabled (boolean enabled) |
| Sets whether to enable Kubi device setting. If enabling Kubi, android.permission.ACCESS_FINE_LOCATION should be declared in AndroidManifest.xml. | |
| boolean | isKubiDeviceEnabled () |
| Determines whether Kubi device is enabled. If enabling Kubi, android.permission.ACCESS_FINE_LOCATION should be declared in AndroidManifest.xml. | |
| boolean | isHideNoVideoUsersEnabled () |
| Determines whether the option HIDE NON-VIDEO PARTICIPANTS is enabled. | |
| void | setHideNoVideoUsersEnabled (boolean enabled) |
| Sets whether to enable the option HIDE NON-VIDEO PARTICIPANTS. | |
| boolean | isSwitchVideoLayoutAccordingToUserCountEnabled () |
| Determines whether it is able to switch video layout mode automatically between SPEAKER VIEW and GALLERY VIEW based on the number of users. | |
| void | setSwitchVideoLayoutAccordingToUserCountEnabled (boolean enabled) |
| Sets whether to enable the feature to switch video layout mode automatically between SPEAKER VIEW and GALLERY VIEW based on the number of users. | |
| int | getSwitchVideoLayoutUserCountThreshold () |
| Get the threshold for the number of users which is used to switch the video layout automatically. | |
| void | setSwitchVideoLayoutUserCountThreshold (int value) |
| Set the threshold for the number of users which is used to switch the video layout automatically. | |
| void | setGalleryVideoViewDisabled (boolean disabled) |
| Sets whether to disable video GALLERY VIEW. | |
| boolean | isGalleryVideoViewDisabled () |
| Determines whether DISABLE video GALLERY VIEW is enabled. | |
| boolean | isAlwaysShowMeetingToolbarEnabled () |
| Determines whether the option ALWAYS SHOW MEETING CONTROLS is enabled. | |
| void | setAlwaysShowMeetingToolbarEnabled (boolean enabled) |
| Sets whether to enable the option ALWAYS SHOW MEETING CONTROLS. | |
| boolean | isNoVideoTileOnShareScreenEnabled () |
| Determines whether NO VIDEO TILE ON SHARE SCREEN is enabled. | |
| void | setNoVideoTileOnShareScreenEnabled (boolean enabled) |
| Sets whether to enable the option NO MEETING TILE ON SHARED SCREEN. | |
| boolean | isNoLeaveMeetingButtonForHostEnabled () |
| Determines whether hiding the leaving button on the dialog when the host leaves the meeting is enabled. | |
| void | setNoLeaveMeetingButtonForHostEnabled (boolean enabled) |
| Sets whether to hide the leaving button on the dialog when the host leaves the meeting. | |
| boolean | isNoUserJoinOrLeaveTipEnabled () |
| Determines whether the tips, NO USER JOINS or LEAVES, is enabled. | |
| void | setNoUserJoinOrLeaveTipEnabled (boolean enabled) |
| Sets whether to enable the tips, NO USER JOINS OR LEAVES. | |
| boolean | isCustomizedMeetingUIEnabled () |
| Determines whether USE CUSTOM MEETING UI is enabled. | |
| void | setCustomizedMeetingUIEnabled (boolean enabled) |
| Sets whether to enable the option USE CUSTOM MEETING UI. | |
| void | setConfNotificationChannelId (String channelId) |
| Set the channel ID of notification for ongoing meeting. | |
| void | setClaimHostWithHostKeyActionEnabled (boolean enabled) |
| Sets whether CLAIM HOST with host key in the meeting is enabled. | |
| void | setNoInviteH323RoomCallOutEnabled (boolean enabled) |
| Sets whether to disable invitation from H.323 Room System. | |
| void | setNoInviteH323RoomCallInEnabled (boolean enabled) |
| Sets whether to disable invitation from H.323 Room System. | |
| void | setClosedCaptionHidden (boolean bHide) |
| Sets whether to hide the closed caption on the main video. Default value: hide. | |
| boolean | isHideClosedCaption () |
| Determines whether HIDE CLOSED CAPTION on the main video is enabled. | |
| void | enableForceAutoStartMyVideoWhenJoinMeeting (boolean bEnable) |
| Sets whether it is able to force participants to start video when joining the meeting. | |
| void | enableForceAutoStopMyVideoWhenJoinMeeting (boolean bEnable) |
| Sets whether it is able to force participants to turn off video when joining the meeting. | |
| void | disableAutoShowSelectJoinAudioDlgWhenJoinMeeting (boolean bDisable) |
| Sets the visibility of the dialog SELECT JOIN AUDIO when joining the meeting. | |
| void | disableShowMeetingNotification (boolean bDisable) |
| Sets whether to disable SHOW MEETING NOTIFICATION. | |
| void | enable720p (boolean enable) |
| Sets whether to enable 720p. It is only supported on devices with at least 4 gold cores. | |
| boolean | is720PEnabled () |
| Determines whether 720p is enabled. It is only supported on devices with at least 4 gold cores. | |
| void | enable1080p (boolean enable) |
| Sets whether to enable 1080p. It is only supported on special devices. | |
| boolean | is1080pEnabled () |
| Determines whether 1080p is enabled. It is only supported on special devices. | |
| void | disableChatUI (boolean disable) |
| Disable chat ui for zoom ui. | |
| void | hideAnnotationInScreenShareToolbar (boolean hideAnnotation) |
| Hide annotation button in screen share toolbar,for sdk screen share. | |
| boolean | isHideAnnotationInScreenShareToolbar () |
| Determines whether the annotation button is hidden in the screen share toolbar. | |
| void | hideStopShareInScreenShareToolbar (boolean hideStopShare) |
| Hides or shows the stopshare button in the screen share toolbar. For SDK screen share. | |
| boolean | isHideStopShareInScreenShareToolbar () |
| Determines whether the stopshare button is hidden in the screen share toolbar. | |
| void | setConfNotificationPriority (int priority) |
| set the priority of the ongoing meeting notification | |
| void | hiddenQA (boolean hiddenQA) |
| Hidden question and answer feature for zoom ui. | |
| void | hiddenPoll (boolean hiddenPoll) |
| Hidden poll feature for zoom ui. | |
| void | enableShowMyMeetingElapseTime (boolean show) |
| Enable show meeting elapse time. | |
| boolean | isShowMyMeetingElapseTimeEnabled () |
| Query is enable show meeting elapse time. | |
| void | setCustomizedNotificationData (CustomizedNotificationData data, InMeetingNotificationHandle handle) |
| Customize meeting notification style. | |
| void | disableShowVideoPreviewWhenJoinMeeting (boolean disableVideoPreview) |
| Disable/Enable the video preview dialog when joining a video meeting Note: this api must be called before joining a video meeting to take effect. | |
| boolean | isDisableShowVideoPreviewWhenJoinMeeting () |
| To query whether the query dialog will be displayed when joining a video meeting. | |
| void | disableLeaveMeetingWhenTaskRemoved (boolean disable) |
| Disable/Enable leave meeting when service onTaskRemoved called. | |
| void | enableMicOriginalInput (boolean enable) |
| Disable/Enable mic original input. | |
| int | enableEchoCancellation (boolean enable) |
| Enable echo cancellation. | |
| boolean | isEchoCancellationOn () |
| Determines if echo cancellation is enabled or not. | |
| boolean | isSupportEchoCancellation () |
| Determines if the meeting supports echo cancellation. | |
| boolean | isMicOriginalInputEnable () |
| Query is mic original input enable. | |
| boolean | disableConfidentialWatermark (boolean disable) |
| Disable use confidential watermark. | |
| void | disableCopyMeetingUrl (boolean disable) |
| Disable use copy url for long press zoom ui meeting title bar. | |
| void | setReactionSkinTone (ReactionSkinToneType skinTone) |
| Set the emoji reaction skin tone type. | |
| ReactionSkinToneType | getReactionSkinTone () |
| Get the emoji reaction skin tone type. | |
| void | setVideoAspectRatio (VideoAspectRatioType aspectRatioType) |
| Set type of video aspect ratio. | |
| VideoAspectRatioType | getVideoAspectRatio () |
| Get type of video aspect ratio. | |
| boolean | isMirrorEffectEnabled () |
| Get the flag to enable/disable the video mirror effect. | |
| void | enableMirrorEffect (boolean enable) |
| Enable or disable video mirror effect. | |
| void | disableClearWebKitCache (boolean disabled) |
| Disable the action of clear WebView's cache. | |
| boolean | isDisabledClearWebKitCache () |
| Query if the action of clear WebView's cache be disabled. | |
| void | enableCloudWhiteboard (boolean enable) |
| Enable or disable the new Zoom Whiteboard feature (different from Classic Whiteboard). This is enabled by default. | |
| void | setAnnotationSnapshotPathInAlbum (String path) |
| Set the path for saving annotation screenshots to the album. | |
| void | enableGreenBorderForShareScreen (boolean enable) |
| enable or disable showing the green border when screen sharing. | |
| boolean | isGreenBorderEnableForShareScreen () |
| Query if enabling or disabling showing the green border when screen sharing. | |
| void | setAudioFocusType (AudioFocusGainType type) |
| set customize audio focus gain type | |
| void | enableAutoAdjustMicVolume (boolean enable) |
| Enable auto-adjust microphone. | |
| boolean | isAutoAdjustMicVolumeOn () |
| Determines if auto-adjust microphone is enabled or not. | |
| void | enableUseConnectionService (boolean enable) |
| Determines if use connection service. | |
| void | setConfNotificationCategory (String category) |
| Set the category of notification for ongoing meeting. | |
| void | setHideShareButtonInMeetingToolbar (boolean bHide) |
| Set hide share button in meeting toolbar. | |
| void | setActivityForShowDisclaimer (Activity activity) |
| Set the activity to show the disclaimer dialog. | |
| void | enableGrabShareWithoutReminder (boolean enable) |
| Sets 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). | |
| void | hideCloudWhiteboardHelperCenterButton (boolean bHide) |
| Set the Helper center button's visibility on cloud whiteboard. Default is displaying. | |
| void | hideCloudWhiteboardOpenInBrowserButton (boolean bHide) |
| Set the Open in browser button's visibility on cloud whiteboard. Default is displaying. | |
| void | setDisclaimerBannerUIConfig (DisclaimerBannerConfig config) |
| Set the disclaimer banner config. | |
| void | enable5GHighBandWidth (boolean enable) |
| Whether to cancel the bandwidth limit, If YES is set, the network bandwidth is no longer limited, and better audio and video quality can be obtained. Bandwidth is not limited by default. If it is a wifi network, the bandwidth is not limited, and this setting is invalid. | |
| MobileRTCSDKError | setDimensionConfig (DimensionType type, DimensionValue value) |
| Set the dimension config. | |
| void | forceDisableCamera (boolean disable) |
Force disable camera in meeting. When disabled, SDK will not call the camera related API. Note: this can only take effect when isCustomizedMeetingUIEnabled() is true. This interface should be called before meeting. This interface is designed to disable the SDK's camera when the user calls ZoomSDKVideoSourceHelper#setExternalVideoSource(ZoomSDKVideoSource). | |
| boolean | isCameraForceDisabled () |
| Query whether cameras in a meeting are forcibly disabled. | |
| void | enableWhiteboardVideoView (boolean enable) |
Enable the capability to show whiteboard in MobileRTCVideoView. When enable this capability, the subscribe share can switch between whiteboard and normal share. This can only be effect when isCustomizedMeetingUIEnabled() is true. Call this interface before the meeting. | |
| boolean | isWhiteboardVideoViewEnabled () |
Query whether the capability to show whiteboard in MobileRTCVideoView is enabled. | |
| void | setPresetVBImage (@DrawableRes int resId, String vbKey, boolean delete) |
set the preset virtual background image. Note: this can only take effect when isCustomizedMeetingUIEnabled() is true. This interface should be called before meeting. | |
| boolean | setPreferredAudioOutputDevice (AudioDeviceInfo deviceInfo) |
Set Prefer audio output device android.media.AudioManager#getDevices(int). | |
| boolean | setPreferredAudioInputDevice (AudioDeviceInfo deviceInfo) |
Set Prefer audio input device android.media.AudioManager#getDevices(int). | |
| void | enableZoomDocsInCustomUI (boolean enable) |
Enable or disable zoom docs features in custom ui. Note: this can only take effect when isCustomizedMeetingUIEnabled() is true. This interface should be called before meeting. This is disabled by default. When you enable this feature, handle the InMeetingDocsController.InMeetingDocsEvent and subscribe the docs share with the MobileRTCVideoViewManager#addDocsVideoUnit(long) ()}. | |
| boolean | isZoomDocsEnabledInCustomUI () |
| Query whether zoom docs feature is enabled in custom ui. | |
| void | setHideEmojiDownloadNotification () |
| Set to hide notifications when downloading emoji. | |
| void | enableShareContentFlashDetection (boolean enable) |
| Enable or disable automatic dimming when sharing content. When enabled, the video is automatically dimmed when the shared content contains flashing elements. | |
| boolean | isShareContentFlashDetectionEnabled () |
| Query whether automatic dimming of video when sharing content flashes is enabled. | |
Static Public Attributes | |
| static final String | ANTIBANDING_50HZ = "50hz" |
| static final String | ANTIBANDING_60HZ = "60hz" |
| static final String | ANTIBANDING_AUTO = "auto" |
| static final String | ANTIBANDING_OFF = "off" |
Zoom meeting settings.
Definition at line 13 of file MeetingSettingsHelper.java.
| void us.zoom.sdk.MeetingSettingsHelper.disableAutoShowSelectJoinAudioDlgWhenJoinMeeting | ( | boolean | bDisable | ) |
Sets the visibility of the dialog SELECT JOIN AUDIO when joining the meeting.
| bDisable | true to hide, false to display. |
| void us.zoom.sdk.MeetingSettingsHelper.disableChatUI | ( | boolean | disable | ) |
Disable chat ui for zoom ui.
| disable | default false |
| void us.zoom.sdk.MeetingSettingsHelper.disableClearWebKitCache | ( | boolean | disabled | ) |
Disable the action of clear WebView's cache.
| disabled | Specify to disable the clear action or not. |
| boolean us.zoom.sdk.MeetingSettingsHelper.disableConfidentialWatermark | ( | boolean | disable | ) |
Disable use confidential watermark.
| disable | disable |
| void us.zoom.sdk.MeetingSettingsHelper.disableCopyMeetingUrl | ( | boolean | disable | ) |
Disable use copy url for long press zoom ui meeting title bar.
| disable | disable |
| void us.zoom.sdk.MeetingSettingsHelper.disableLeaveMeetingWhenTaskRemoved | ( | boolean | disable | ) |
Disable/Enable leave meeting when service onTaskRemoved called.
| disable | true:disable false: enable. default is enable |
| void us.zoom.sdk.MeetingSettingsHelper.disableShowMeetingNotification | ( | boolean | bDisable | ) |
Sets whether to disable SHOW MEETING NOTIFICATION.
| bDisable | true to disable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.disableShowVideoPreviewWhenJoinMeeting | ( | boolean | disableVideoPreview | ) |
Disable/Enable the video preview dialog when joining a video meeting Note: this api must be called before joining a video meeting to take effect.
| disableVideoPreview | true: disable; false: enable |
| void us.zoom.sdk.MeetingSettingsHelper.enable1080p | ( | boolean | enable | ) |
Sets whether to enable 1080p. It is only supported on special devices.
| enable | true to enable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.enable5GHighBandWidth | ( | boolean | enable | ) |
Whether to cancel the bandwidth limit, If YES is set, the network bandwidth is no longer limited, and better audio and video quality can be obtained. Bandwidth is not limited by default. If it is a wifi network, the bandwidth is not limited, and this setting is invalid.
| enable | a boolean flag to set up the behavoir. |
| void us.zoom.sdk.MeetingSettingsHelper.enable720p | ( | boolean | enable | ) |
Sets whether to enable 720p. It is only supported on devices with at least 4 gold cores.
| enable | true to enable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.enableAutoAdjustMicVolume | ( | boolean | enable | ) |
Enable auto-adjust microphone.
| enable | YES means enabled, NO disabled. |
Enable auto-adjust microphone.
| enable | true means enabled, false means disabled. |
| void us.zoom.sdk.MeetingSettingsHelper.enableCloudWhiteboard | ( | boolean | enable | ) |
Enable or disable the new Zoom Whiteboard feature (different from Classic Whiteboard). This is enabled by default.
| enable | true means enabled, otherwise not. |
| int us.zoom.sdk.MeetingSettingsHelper.enableEchoCancellation | ( | boolean | enable | ) |
Enable echo cancellation.
| enable | true means enabled, false disabled. |
| void us.zoom.sdk.MeetingSettingsHelper.enableForceAutoStartMyVideoWhenJoinMeeting | ( | boolean | bEnable | ) |
Sets whether it is able to force participants to start video when joining the meeting.
| bEnable | true to enable, false to disable. |
| void us.zoom.sdk.MeetingSettingsHelper.enableForceAutoStopMyVideoWhenJoinMeeting | ( | boolean | bEnable | ) |
Sets whether it is able to force participants to turn off video when joining the meeting.
| bEnable | true to enable, false to disable. |
| void us.zoom.sdk.MeetingSettingsHelper.enableGrabShareWithoutReminder | ( | boolean | enable | ) |
Sets 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).
| enable | true to indicate no prompt, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.enableGreenBorderForShareScreen | ( | boolean | enable | ) |
enable or disable showing the green border when screen sharing.
| enable | true means enabled, otherwise not. |
| void us.zoom.sdk.MeetingSettingsHelper.enableMicOriginalInput | ( | boolean | enable | ) |
Disable/Enable mic original input.
| enable | true:enable |
| void us.zoom.sdk.MeetingSettingsHelper.enableMirrorEffect | ( | boolean | enable | ) |
Enable or disable video mirror effect.
| enable | true enable, false disable |
| void us.zoom.sdk.MeetingSettingsHelper.enableShareContentFlashDetection | ( | boolean | enable | ) |
Enable or disable automatic dimming when sharing content. When enabled, the video is automatically dimmed when the shared content contains flashing elements.
| enable | true to enable automatic dimming, false to disable. |
| void us.zoom.sdk.MeetingSettingsHelper.enableShowMyMeetingElapseTime | ( | boolean | show | ) |
Enable show meeting elapse time.
| show | true show false hidden |
| void us.zoom.sdk.MeetingSettingsHelper.enableUseConnectionService | ( | boolean | enable | ) |
Determines if use connection service.
| enable | true means enabled, otherwise not |
| void us.zoom.sdk.MeetingSettingsHelper.enableWhiteboardVideoView | ( | boolean | enable | ) |
Enable the capability to show whiteboard in MobileRTCVideoView. When enable this capability, the subscribe share can switch between whiteboard and normal share. This can only be effect when isCustomizedMeetingUIEnabled() is true. Call this interface before the meeting.
When the capability is enabled, handle MobileRTCVideoViewManager#addWhiteboardVideoUnit() ()} and MobileRTCVideoViewManager#removeWhiteboardVideoUnit() when the callback InMeetingWhiteboardCtrlEvent#onWhiteboardStatusChanged(SDKWhiteboardStatus) is received.
| enable | whether enable the capability to show whiteboard in MobileRTCVideoView. True means enable this capability. |
| void us.zoom.sdk.MeetingSettingsHelper.enableZoomDocsInCustomUI | ( | boolean | enable | ) |
Enable or disable zoom docs features in custom ui. Note: this can only take effect when isCustomizedMeetingUIEnabled() is true. This interface should be called before meeting. This is disabled by default. When you enable this feature, handle the InMeetingDocsController.InMeetingDocsEvent and subscribe the docs share with the MobileRTCVideoViewManager#addDocsVideoUnit(long) ()}.
| enable | true means enable, otherwise disable. |
| void us.zoom.sdk.MeetingSettingsHelper.forceDisableCamera | ( | boolean | disable | ) |
Force disable camera in meeting. When disabled, SDK will not call the camera related API. Note: this can only take effect when isCustomizedMeetingUIEnabled() is true. This interface should be called before meeting. This interface is designed to disable the SDK's camera when the user calls ZoomSDKVideoSourceHelper#setExternalVideoSource(ZoomSDKVideoSource).
| disable | Whether to disable camera in a meeting. True means disable the camera related API. Otherwise don't. |
| ReactionSkinToneType us.zoom.sdk.MeetingSettingsHelper.getReactionSkinTone | ( | ) |
Get the emoji reaction skin tone type.
ReactionSkinToneType | int us.zoom.sdk.MeetingSettingsHelper.getSwitchVideoLayoutUserCountThreshold | ( | ) |
Get the threshold for the number of users which is used to switch the video layout automatically.
| VideoAspectRatioType us.zoom.sdk.MeetingSettingsHelper.getVideoAspectRatio | ( | ) |
Get type of video aspect ratio.
ReactionSkinToneType | void us.zoom.sdk.MeetingSettingsHelper.hiddenPoll | ( | boolean | hiddenPoll | ) |
Hidden poll feature for zoom ui.
| hiddenPoll | true hidden |
References hiddenPoll().
Referenced by hiddenPoll().
| void us.zoom.sdk.MeetingSettingsHelper.hiddenQA | ( | boolean | hiddenQA | ) |
Hidden question and answer feature for zoom ui.
| hiddenQA | true hidden |
References hiddenQA().
Referenced by hiddenQA().
| void us.zoom.sdk.MeetingSettingsHelper.hideAnnotationInScreenShareToolbar | ( | boolean | hideAnnotation | ) |
Hide annotation button in screen share toolbar,for sdk screen share.
| hideAnnotation | default false |
| void us.zoom.sdk.MeetingSettingsHelper.hideCloudWhiteboardHelperCenterButton | ( | boolean | bHide | ) |
Set the Helper center button's visibility on cloud whiteboard. Default is displaying.
| bHide | bHide true means hiding, otherwise means displaying. |
| void us.zoom.sdk.MeetingSettingsHelper.hideCloudWhiteboardOpenInBrowserButton | ( | boolean | bHide | ) |
Set the Open in browser button's visibility on cloud whiteboard. Default is displaying.
| bHide | bHide true means hiding, otherwise means displaying. |
| void us.zoom.sdk.MeetingSettingsHelper.hideStopShareInScreenShareToolbar | ( | boolean | hideStopShare | ) |
Hides or shows the stopshare button in the screen share toolbar. For SDK screen share.
| hideStopShare | true to hide, false to show. Default is false. |
| boolean us.zoom.sdk.MeetingSettingsHelper.is1080pEnabled | ( | ) |
Determines whether 1080p is enabled. It is only supported on special devices.
| boolean us.zoom.sdk.MeetingSettingsHelper.is720PEnabled | ( | ) |
Determines whether 720p is enabled. It is only supported on devices with at least 4 gold cores.
| boolean us.zoom.sdk.MeetingSettingsHelper.isAlwaysShowMeetingToolbarEnabled | ( | ) |
Determines whether the option ALWAYS SHOW MEETING CONTROLS is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isAutoAdjustMicVolumeOn | ( | ) |
Determines if auto-adjust microphone is enabled or not.
| boolean us.zoom.sdk.MeetingSettingsHelper.isAutoConnectVoIPWhenJoinMeetingEnabled | ( | ) |
Determines whether VoIP auto-connection is enabled when the current user joins the meeting.
| boolean us.zoom.sdk.MeetingSettingsHelper.isCameraForceDisabled | ( | ) |
Query whether cameras in a meeting are forcibly disabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isCustomizedMeetingUIEnabled | ( | ) |
Determines whether USE CUSTOM MEETING UI is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isDisabledClearWebKitCache | ( | ) |
Query if the action of clear WebView's cache be disabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isDisableShowVideoPreviewWhenJoinMeeting | ( | ) |
To query whether the query dialog will be displayed when joining a video meeting.
| boolean us.zoom.sdk.MeetingSettingsHelper.isEchoCancellationOn | ( | ) |
Determines if echo cancellation is enabled or not.
| boolean us.zoom.sdk.MeetingSettingsHelper.isGalleryVideoViewDisabled | ( | ) |
Determines whether DISABLE video GALLERY VIEW is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isGreenBorderEnableForShareScreen | ( | ) |
Query if enabling or disabling showing the green border when screen sharing.
| boolean us.zoom.sdk.MeetingSettingsHelper.isHideAnnotationInScreenShareToolbar | ( | ) |
Determines whether the annotation button is hidden in the screen share toolbar.
| boolean us.zoom.sdk.MeetingSettingsHelper.isHideClosedCaption | ( | ) |
Determines whether HIDE CLOSED CAPTION on the main video is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isHideNoVideoUsersEnabled | ( | ) |
Determines whether the option HIDE NON-VIDEO PARTICIPANTS is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isHideStopShareInScreenShareToolbar | ( | ) |
Determines whether the stopshare button is hidden in the screen share toolbar.
| boolean us.zoom.sdk.MeetingSettingsHelper.isKubiDeviceEnabled | ( | ) |
Determines whether Kubi device is enabled. If enabling Kubi, android.permission.ACCESS_FINE_LOCATION should be declared in AndroidManifest.xml.
| boolean us.zoom.sdk.MeetingSettingsHelper.isMicOriginalInputEnable | ( | ) |
Query is mic original input enable.
| boolean us.zoom.sdk.MeetingSettingsHelper.isMirrorEffectEnabled | ( | ) |
Get the flag to enable/disable the video mirror effect.
| boolean us.zoom.sdk.MeetingSettingsHelper.isMuteMyMicrophoneWhenJoinMeetingEnabled | ( | ) |
Determines whether the microphone is muted when the current user joins the meeting.
| boolean us.zoom.sdk.MeetingSettingsHelper.isNoLeaveMeetingButtonForHostEnabled | ( | ) |
Determines whether hiding the leaving button on the dialog when the host leaves the meeting is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isNoUserJoinOrLeaveTipEnabled | ( | ) |
Determines whether the tips, NO USER JOINS or LEAVES, is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isNoVideoTileOnShareScreenEnabled | ( | ) |
Determines whether NO VIDEO TILE ON SHARE SCREEN is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isShareContentFlashDetectionEnabled | ( | ) |
Query whether automatic dimming of video when sharing content flashes is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isShowMyMeetingElapseTimeEnabled | ( | ) |
Query is enable show meeting elapse time.
| boolean us.zoom.sdk.MeetingSettingsHelper.isSupportEchoCancellation | ( | ) |
Determines if the meeting supports echo cancellation.
| boolean us.zoom.sdk.MeetingSettingsHelper.isSwitchVideoLayoutAccordingToUserCountEnabled | ( | ) |
Determines whether it is able to switch video layout mode automatically between SPEAKER VIEW and GALLERY VIEW based on the number of users.
| boolean us.zoom.sdk.MeetingSettingsHelper.isTurnOffMyVideoWhenJoinMeetingEnabled | ( | ) |
Determines whether the video is turned off when the current user joins the meeting.
| boolean us.zoom.sdk.MeetingSettingsHelper.isWhiteboardVideoViewEnabled | ( | ) |
Query whether the capability to show whiteboard in MobileRTCVideoView is enabled.
| boolean us.zoom.sdk.MeetingSettingsHelper.isZoomDocsEnabledInCustomUI | ( | ) |
Query whether zoom docs feature is enabled in custom ui.
| void us.zoom.sdk.MeetingSettingsHelper.setActivityForShowDisclaimer | ( | Activity | activity | ) |
Set the activity to show the disclaimer dialog.
| activity | the activity to show the disclaimer dialog. |
| void us.zoom.sdk.MeetingSettingsHelper.setAlwaysShowMeetingToolbarEnabled | ( | boolean | enabled | ) |
Sets whether to enable the option ALWAYS SHOW MEETING CONTROLS.
| enabled | true to enable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setAnnotationSnapshotPathInAlbum | ( | String | path | ) |
Set the path for saving annotation screenshots to the album.
| path | saving annotation screenshots path |
| void us.zoom.sdk.MeetingSettingsHelper.setAudioFocusType | ( | AudioFocusGainType | type | ) |
set customize audio focus gain type
| type | audio focus gain type AudioFocusGainType |
| void us.zoom.sdk.MeetingSettingsHelper.setAutoConnectVoIPWhenJoinMeeting | ( | boolean | enabled | ) |
Sets whether to connect VoIP automatically when the current user joins the meeting.
| enabled | true to connect audio automatically, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setClaimHostWithHostKeyActionEnabled | ( | boolean | enabled | ) |
Sets whether CLAIM HOST with host key in the meeting is enabled.
| enabled | true to enable, false to disable. |
| void us.zoom.sdk.MeetingSettingsHelper.setClosedCaptionHidden | ( | boolean | bHide | ) |
Sets whether to hide the closed caption on the main video. Default value: hide.
| bHide | true to hide, false to display. |
| void us.zoom.sdk.MeetingSettingsHelper.setConfNotificationCategory | ( | String | category | ) |
Set the category of notification for ongoing meeting.
| category | category of notification. |
| void us.zoom.sdk.MeetingSettingsHelper.setConfNotificationChannelId | ( | String | channelId | ) |
Set the channel ID of notification for ongoing meeting.
| channelId | Channel ID of notification. |
| void us.zoom.sdk.MeetingSettingsHelper.setConfNotificationPriority | ( | int | priority | ) |
set the priority of the ongoing meeting notification
| priority | Relative priority for this notification. Must be one of the priority constants defined by NotificationCompat. Acceptable values range from NotificationCompat#PRIORITY_MIN (-2) to NotificationCompat#PRIORITY_MAX (2). |
| void us.zoom.sdk.MeetingSettingsHelper.setCustomizedMeetingUIEnabled | ( | boolean | enabled | ) |
Sets whether to enable the option USE CUSTOM MEETING UI.
| enabled | true to enable, false to disable. |
| void us.zoom.sdk.MeetingSettingsHelper.setCustomizedNotificationData | ( | CustomizedNotificationData | data, |
| InMeetingNotificationHandle | handle ) |
Customize meeting notification style.
| data | the customized data item |
| handle | use can handle the callback and return to meeting activity for custom ui. |
| MobileRTCSDKError us.zoom.sdk.MeetingSettingsHelper.setDimensionConfig | ( | DimensionType | type, |
| DimensionValue | value ) |
Set the dimension config.
| type | The type of dimensionDimensionType. |
| value | The value of dimensionDimensionValue. |
| void us.zoom.sdk.MeetingSettingsHelper.setDisclaimerBannerUIConfig | ( | DisclaimerBannerConfig | config | ) |
Set the disclaimer banner config.
| config | The UI config of the disclaimer banner DisclaimerBannerConfig. |
| void us.zoom.sdk.MeetingSettingsHelper.setGalleryVideoViewDisabled | ( | boolean | disabled | ) |
Sets whether to disable video GALLERY VIEW.
| disabled | true to disable video gallery view, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setHideEmojiDownloadNotification | ( | ) |
Set to hide notifications when downloading emoji.
| void us.zoom.sdk.MeetingSettingsHelper.setHideNoVideoUsersEnabled | ( | boolean | enabled | ) |
Sets whether to enable the option HIDE NON-VIDEO PARTICIPANTS.
| enabled | true to enable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setHideShareButtonInMeetingToolbar | ( | boolean | bHide | ) |
Set hide share button in meeting toolbar.
| bHide | true to hide |
| void us.zoom.sdk.MeetingSettingsHelper.setKubiDeviceEnabled | ( | boolean | enabled | ) |
Sets whether to enable Kubi device setting. If enabling Kubi, android.permission.ACCESS_FINE_LOCATION should be declared in AndroidManifest.xml.
| enabled | true to enable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setMuteMyMicrophoneWhenJoinMeeting | ( | boolean | enabled | ) |
Sets whether to mute the microphone when the current user joins the meeting.
| enabled | true to enable the feature, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setNoInviteH323RoomCallInEnabled | ( | boolean | enabled | ) |
Sets whether to disable invitation from H.323 Room System.
| enabled | true to disable the notification, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setNoInviteH323RoomCallOutEnabled | ( | boolean | enabled | ) |
Sets whether to disable invitation from H.323 Room System.
| enabled | true to disable the notification, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setNoLeaveMeetingButtonForHostEnabled | ( | boolean | enabled | ) |
Sets whether to hide the leaving button on the dialog when the host leaves the meeting.
| enabled | true to enable, false to disable. |
| void us.zoom.sdk.MeetingSettingsHelper.setNoUserJoinOrLeaveTipEnabled | ( | boolean | enabled | ) |
Sets whether to enable the tips, NO USER JOINS OR LEAVES.
| enabled | true to enable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setNoVideoTileOnShareScreenEnabled | ( | boolean | enabled | ) |
Sets whether to enable the option NO MEETING TILE ON SHARED SCREEN.
| enabled | true to enable, false to disable. |
| boolean us.zoom.sdk.MeetingSettingsHelper.setPreferredAudioInputDevice | ( | AudioDeviceInfo | deviceInfo | ) |
Set Prefer audio input device android.media.AudioManager#getDevices(int).
| deviceInfo |
| boolean us.zoom.sdk.MeetingSettingsHelper.setPreferredAudioOutputDevice | ( | AudioDeviceInfo | deviceInfo | ) |
Set Prefer audio output device android.media.AudioManager#getDevices(int).
| deviceInfo |
| void us.zoom.sdk.MeetingSettingsHelper.setPresetVBImage | ( | @DrawableRes int | resId, |
| String | vbKey, | ||
| boolean | delete ) |
set the preset virtual background image. Note: this can only take effect when isCustomizedMeetingUIEnabled() is true. This interface should be called before meeting.
| resId | the drawable resID that should be set as the virtual background image. |
| vbKey | the key to index the preset virtual background. If you want add a new virtual background, you should pass a new key. |
| delete | whether the virtual background should be deleted. true means that you want remove the previous preset virtual background image, false means that you want preset the virtual background image. |
| void us.zoom.sdk.MeetingSettingsHelper.setReactionSkinTone | ( | ReactionSkinToneType | skinTone | ) |
Set the emoji reaction skin tone type.
| skinTone | ReactionSkinToneType |
| void us.zoom.sdk.MeetingSettingsHelper.setSwitchVideoLayoutAccordingToUserCountEnabled | ( | boolean | enabled | ) |
Sets whether to enable the feature to switch video layout mode automatically between SPEAKER VIEW and GALLERY VIEW based on the number of users.
| enabled | true to enable, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setSwitchVideoLayoutUserCountThreshold | ( | int | value | ) |
Set the threshold for the number of users which is used to switch the video layout automatically.
| value | The threshold for the number of users. |
| void us.zoom.sdk.MeetingSettingsHelper.setTurnOffMyVideoWhenJoinMeeting | ( | boolean | enabled | ) |
Sets whether to turn off the video when the current user joins the meeting.
| enabled | true to enable the feature, false otherwise. |
| void us.zoom.sdk.MeetingSettingsHelper.setVideoAspectRatio | ( | VideoAspectRatioType | aspectRatioType | ) |
Set type of video aspect ratio.
| aspectRatioType | VideoAspectRatioType |
|
static |
Definition at line 15 of file MeetingSettingsHelper.java.
|
static |
Definition at line 16 of file MeetingSettingsHelper.java.
|
static |
Definition at line 17 of file MeetingSettingsHelper.java.
|
static |
Definition at line 18 of file MeetingSettingsHelper.java.