Meeting SDK for Android API Reference
|
ZOOM meeting settings. More...
Public Member Functions | |
void | setAutoConnectVoIPWhenJoinMeeting (boolean enabled) |
Set whether to connect VoIP automatically when the current user joins the meeting. | |
boolean | isAutoConnectVoIPWhenJoinMeetingEnabled () |
Query if the VoIP auto-connection is enabled when the current user joins the meeting. | |
void | setMuteMyMicrophoneWhenJoinMeeting (boolean enabled) |
Set whether to mute microphone when the current user joins the meeting. | |
boolean | isMuteMyMicrophoneWhenJoinMeetingEnabled () |
Query if the microphone is muted always when the current user joins the meeting. | |
void | setTurnOffMyVideoWhenJoinMeeting (boolean enabled) |
Set whether to turn off the video when the current user joins the meeting. | |
boolean | isTurnOffMyVideoWhenJoinMeetingEnabled () |
Query if the video is turned off when the current user joins the meeting. | |
void | setKubiDeviceEnabled (boolean enabled) |
Set whether to enable Kubi device setting. If enable Kubi, android.permission.ACCESS_FINE_LOCATION should be declared in AndroidManifest.xml. | |
boolean | isKubiDeviceEnabled () |
Query if Kubi device is enabled. If enable Kubi, android.permission.ACCESS_FINE_LOCATION should be declared in AndroidManifest.xml. | |
boolean | isHideNoVideoUsersEnabled () |
Query if the option HIDE NON-VIDEO PARTICIPANTS is enabled. | |
void | setHideNoVideoUsersEnabled (boolean enabled) |
Set whether to enable the option HIDE NON-VIDEO PARTICIPANTS. | |
boolean | isSwitchVideoLayoutAccordingToUserCountEnabled () |
Query if 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) |
Set 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) |
Set whether to enable video GALLERY VIEW. | |
boolean | isGalleryVideoViewDisabled () |
Query if DISABLE video GALLERY VIEW is enabled. | |
boolean | isAlwaysShowMeetingToolbarEnabled () |
Query if the option ALWAYS SHOW MEETING CONTROLS is enabled. | |
void | setAlwaysShowMeetingToolbarEnabled (boolean enabled) |
Set whether to enable the option ALWAYS SHOW MEETING CONTROLS. | |
boolean | isNoVideoTileOnShareScreenEnabled () |
Query if NO VIDEO TILE ON SHARE SCREEN is enabled. | |
void | setNoVideoTileOnShareScreenEnabled (boolean enabled) |
Set whether to enable the options NO MEETING TILE ON SHARED SCREEN. | |
boolean | isNoLeaveMeetingButtonForHostEnabled () |
Query if hide leaving button on the dialog when the host leaves meeting is enabled. | |
void | setNoLeaveMeetingButtonForHostEnabled (boolean enabled) |
Set whether to hide leaving button on the dialog when the host leaves meeting. | |
boolean | isNoUserJoinOrLeaveTipEnabled () |
Query if the tips, NO USER JOINS or LEAVES, is enabled. | |
void | setNoUserJoinOrLeaveTipEnabled (boolean enabled) |
Set whether to enable the tips, NO USER JOINS OR LEAVES. | |
boolean | isCustomizedMeetingUIEnabled () |
Query if USE CUSTOM MEETING UI is enabled. | |
void | setCustomizedMeetingUIEnabled (boolean enabled) |
Set whether to enable the option USE CUSTOM MEETING UI. Note: The feature must be enabled in user SDK account if he wants to use the custom meeting UI. Note: Must be set before the meeting. | |
void | setConfNotificationChannelId (String channelId) |
Set the channel ID of notification for ongoing meeting. | |
void | setClaimHostWithHostKeyActionEnabled (boolean enabled) |
Set if CLAIM HOST with host key in the meeting is enabled. | |
void | setNoInviteH323RoomCallOutEnabled (boolean enabled) |
Set whether to disable invitation from H.323 Room System. | |
void | setNoInviteH323RoomCallInEnabled (boolean enabled) |
Set whether to disable invitation from H.323 Room System. | |
void | setClosedCaptionHidden (boolean bHide) |
Set whether to hide the closed caption on the main video. Default value: hide. | |
boolean | isHideClosedCaption () |
Query if HIDE CLOSED CAPTION on the main video is enabled. | |
void | enableForceAutoStartMyVideoWhenJoinMeeting (boolean bEnable) |
Set if it is able to force participants to start video when joining the meeting. | |
void | enableForceAutoStopMyVideoWhenJoinMeeting (boolean bEnable) |
Set if it is able to force participants to turn off video when joining the meeting. | |
void | disableAutoShowSelectJoinAudioDlgWhenJoinMeeting (boolean bDisable) |
Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting. | |
void | disableShowMeetingNotification (boolean bDisable) |
Set if it is disabled to SHOW MEETING NOTIFICATION. disableShowMeetingNotification(true) work only sdk version below Android P.Because above Android P,Limited access to sensors in background. Above Android P screen share and background voip feature need foreground service with foreground notification. | |
void | enable720p (boolean enable) |
Set to enable 720p, it is only supported in device with at least 4 gold cores Suggest : CPU Qualcomm Snapdragon 660 above. | |
boolean | is720PEnabled () |
Query if 720p enabled, it is only supported in device with at least 4 gold cores. | |
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 () |
Query if annotation button is hide in screen share toolbar. | |
void | hideStopShareInScreenShareToolbar (boolean hideStopShare) |
Hide stopshare button in screen share toolbar. for sdk screen share. | |
boolean | isHideStopShareInScreenShareToolbar () |
Query if stopshare button is hide in 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 () |
Determine if echo cancellation is enabled or not. | |
boolean | isSupportEchoCancellation () |
Determine 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 () |
Determine if auto-adjust microphone is enabled or not. | |
void | enableUseConnectionService (boolean enable) |
Determine 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) |
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). | |
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. | |
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 14 of file MeetingSettingsHelper.java.
void us.zoom.sdk.MeetingSettingsHelper.disableAutoShowSelectJoinAudioDlgWhenJoinMeeting | ( | boolean | bDisable | ) |
Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting.
bDisable | TRUE means to hide. FALSE 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 | ) |
Set if it is disabled to SHOW MEETING NOTIFICATION. disableShowMeetingNotification(true) work only sdk version below Android P.Because above Android P,Limited access to sensors in background. Above Android P screen share and background voip feature need foreground service with foreground notification.
bDisable | enabled true to enable |
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.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 | ) |
Set to enable 720p, it is only supported in device with at least 4 gold cores Suggest : CPU Qualcomm Snapdragon 660 above.
enable | true enable |
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 | ) |
Set if it is able to force participants to start video when joining the meeting.
bEnable | TRUE means enabled. FALSE disabled. |
void us.zoom.sdk.MeetingSettingsHelper.enableForceAutoStopMyVideoWhenJoinMeeting | ( | boolean | bEnable | ) |
Set if it is able to force participants to turn off video when joining the meeting.
bEnable | TRUE means enabled. FALSE disabled. |
void us.zoom.sdk.MeetingSettingsHelper.enableGrabShareWithoutReminder | ( | boolean | enable | ) |
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).
enable | TRUE indicates no prompt. FALSE not. |
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.enableShowMyMeetingElapseTime | ( | boolean | show | ) |
Enable show meeting elapse time.
show | true show false hidden |
void us.zoom.sdk.MeetingSettingsHelper.enableUseConnectionService | ( | boolean | enable | ) |
Determine 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 |
void us.zoom.sdk.MeetingSettingsHelper.hiddenQA | ( | boolean | hiddenQA | ) |
Hidden question and answer feature for zoom ui.
hiddenQA | true hidden |
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 | ) |
Hide stopshare button in screen share toolbar. for sdk screen share.
hideStopShare | default false |
boolean us.zoom.sdk.MeetingSettingsHelper.is720PEnabled | ( | ) |
Query if 720p enabled, it is only supported in device with at least 4 gold cores.
boolean us.zoom.sdk.MeetingSettingsHelper.isAlwaysShowMeetingToolbarEnabled | ( | ) |
Query if the option ALWAYS SHOW MEETING CONTROLS is enabled.
boolean us.zoom.sdk.MeetingSettingsHelper.isAutoAdjustMicVolumeOn | ( | ) |
Determine if auto-adjust microphone is enabled or not.
boolean us.zoom.sdk.MeetingSettingsHelper.isAutoConnectVoIPWhenJoinMeetingEnabled | ( | ) |
Query if the 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 | ( | ) |
Query if 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 | ( | ) |
Determine if echo cancellation is enabled or not.
boolean us.zoom.sdk.MeetingSettingsHelper.isGalleryVideoViewDisabled | ( | ) |
Query if 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 | ( | ) |
Query if annotation button is hide in screen share toolbar.
boolean us.zoom.sdk.MeetingSettingsHelper.isHideClosedCaption | ( | ) |
Query if HIDE CLOSED CAPTION on the main video is enabled.
boolean us.zoom.sdk.MeetingSettingsHelper.isHideNoVideoUsersEnabled | ( | ) |
Query if the option HIDE NON-VIDEO PARTICIPANTS is enabled.
boolean us.zoom.sdk.MeetingSettingsHelper.isHideStopShareInScreenShareToolbar | ( | ) |
Query if stopshare button is hide in screen share toolbar.
boolean us.zoom.sdk.MeetingSettingsHelper.isKubiDeviceEnabled | ( | ) |
Query if Kubi device is enabled. If enable 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 | ( | ) |
Query if the microphone is muted always when the current user joins the meeting.
boolean us.zoom.sdk.MeetingSettingsHelper.isNoLeaveMeetingButtonForHostEnabled | ( | ) |
Query if hide leaving button on the dialog when the host leaves meeting is enabled.
boolean us.zoom.sdk.MeetingSettingsHelper.isNoUserJoinOrLeaveTipEnabled | ( | ) |
Query if the tips, NO USER JOINS or LEAVES, is enabled.
boolean us.zoom.sdk.MeetingSettingsHelper.isNoVideoTileOnShareScreenEnabled | ( | ) |
Query if NO VIDEO TILE ON SHARE SCREEN is enabled.
boolean us.zoom.sdk.MeetingSettingsHelper.isShowMyMeetingElapseTimeEnabled | ( | ) |
Query is enable show meeting elapse time.
boolean us.zoom.sdk.MeetingSettingsHelper.isSupportEchoCancellation | ( | ) |
Determine if the meeting supports echo cancellation.
boolean us.zoom.sdk.MeetingSettingsHelper.isSwitchVideoLayoutAccordingToUserCountEnabled | ( | ) |
Query if 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 | ( | ) |
Query if 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 | ) |
Set whether to enable the option ALWAYS SHOW MEETING CONTROLS.
enabled | TRUE means to enable. FALSE not. |
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 | ) |
Set whether to connect VoIP automatically when the current user joins the meeting.
enabled | TRUE means that the audio is connected automatically. |
void us.zoom.sdk.MeetingSettingsHelper.setClaimHostWithHostKeyActionEnabled | ( | boolean | enabled | ) |
Set if CLAIM HOST with host key in the meeting is enabled.
enabled | TRUE means to enable. FALSE disabled. |
void us.zoom.sdk.MeetingSettingsHelper.setClosedCaptionHidden | ( | boolean | bHide | ) |
Set whether to hide the closed caption on the main video. Default value: hide.
bHide | TRUE means hiding. FALSE displaying. |
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 | ) |
Set whether to enable the option USE CUSTOM MEETING UI. Note: The feature must be enabled in user SDK account if he wants to use the custom meeting UI. Note: Must be set before the meeting.
enabled | TRUE means enabled. FALSE disabled. |
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 | ) |
Set whether to enable video GALLERY VIEW.
disabled | TRUE means to disable video gallery view. |
void us.zoom.sdk.MeetingSettingsHelper.setHideEmojiDownloadNotification | ( | ) |
Set to hide notifications when downloading emoji.
void us.zoom.sdk.MeetingSettingsHelper.setHideNoVideoUsersEnabled | ( | boolean | enabled | ) |
Set whether to enable the option HIDE NON-VIDEO PARTICIPANTS.
enabled | TRUE means enabled. FALSE not. |
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 | ) |
Set whether to enable Kubi device setting. If enable Kubi, android.permission.ACCESS_FINE_LOCATION should be declared in AndroidManifest.xml.
enabled | TRUE means to enable. |
void us.zoom.sdk.MeetingSettingsHelper.setMuteMyMicrophoneWhenJoinMeeting | ( | boolean | enabled | ) |
Set whether to mute microphone when the current user joins the meeting.
enabled | TRUE means to enable the feature. FALSE not. |
void us.zoom.sdk.MeetingSettingsHelper.setNoInviteH323RoomCallInEnabled | ( | boolean | enabled | ) |
Set whether to disable invitation from H.323 Room System.
enabled | TRUE means to disable the notification. |
void us.zoom.sdk.MeetingSettingsHelper.setNoInviteH323RoomCallOutEnabled | ( | boolean | enabled | ) |
Set whether to disable invitation from H.323 Room System.
enabled | TRUE means to disable the notification. |
void us.zoom.sdk.MeetingSettingsHelper.setNoLeaveMeetingButtonForHostEnabled | ( | boolean | enabled | ) |
Set whether to hide leaving button on the dialog when the host leaves meeting.
enabled | TRUE means enabled. FALSE disabled. |
void us.zoom.sdk.MeetingSettingsHelper.setNoUserJoinOrLeaveTipEnabled | ( | boolean | enabled | ) |
Set whether to enable the tips, NO USER JOINS OR LEAVES.
enabled | TRUE means to enable. FALSE not. |
void us.zoom.sdk.MeetingSettingsHelper.setNoVideoTileOnShareScreenEnabled | ( | boolean | enabled | ) |
Set whether to enable the options NO MEETING TILE ON SHARED SCREEN.
enabled | TRUE means to enable, FALSE 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 | ) |
Set 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 means to enable. FALSE not. |
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 | ) |
Set whether to turn off the video when the current user joins the meeting.
enabled | TRUE means to enable the feature. FALSE not. |
void us.zoom.sdk.MeetingSettingsHelper.setVideoAspectRatio | ( | VideoAspectRatioType | aspectRatioType | ) |
Set type of video aspect ratio.
aspectRatioType | VideoAspectRatioType |
|
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.
|
static |
Definition at line 19 of file MeetingSettingsHelper.java.