Meeting SDK for macOS API Reference
|
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isDoNotDisturbInSharingOn |
Determine if it is able to silence system notifications when sharing desktop. | |
(ZoomSDKError) | - enableDoNotDisturbInSharing: |
Enable or disable silence system notifications when sharing desktop. | |
(BOOL) | - isGreenBorderOn |
Determine if it is able to show green border when sharing. | |
(ZoomSDKError) | - enableGreenBorder: |
Enable or disable show green border when sharing. | |
(BOOL) | - isShareSelectedWndOnlyOn |
Determine if it is able to share selected app window only. | |
(ZoomSDKError) | - enableShareSelectedWndOnly: |
Enable or disable share selected app window only. | |
(BOOL) | - isTCPConnectionOn |
Determine if it is able to using tcp connection for screen sharing. | |
(ZoomSDKError) | - enableTCPConnection: |
Enable or disable use tcp connection for screen sharing. | |
(ZoomSDKError) | - setScreenCaptureMode: |
Set screen capture mode. | |
(ZoomSDKScreenCaptureMode) | - getScreenCaptureMode |
Get screen capture mode. | |
(ZoomSDKError) | - enableSetShareScreen:SettingCmd: |
Enable or disable meeting settings by command. | |
(BOOL) | - isEnableToSettingShare: |
Get the setting item current status. | |
(int) | - getLimitFPSValue |
get current FPS value. | |
(ZoomSDKError) | - setLimitedFPSValue: |
set the value of fps limit. | |
(BOOL) | - isEnableToSetLimitFPS |
Enable to set limited fps. | |
(ZoomSDKError) | - setEnableLimitFPS: |
Enable or disenable to set Limit fps value. | |
(BOOL) | - isSupportShowZoomWindowWhenShare |
Determine if support show zoom meeting window when share. | |
(ZoomSDKError) | - setShowZoomWindowWhenShare: |
Set enable show zoom meeting window when share. | |
(BOOL) | - isShowZoomWindowWhenShare |
Determine if show zoom meeting window when share. | |
(BOOL) | - isShareDesktopEnabled |
Determine if enable share desktop. | |
(ZoomSDKError) | - setShareOptionWhenShareApplication: |
Set the share option when share appliaction. | |
(ZoomSDKSettingShareScreenShareOption) | - getShareOptionWhenShareApplication |
Get the option of share application. | |
(ZoomSDKError) | - setShareOptionwWhenShareInMeeting: |
Set the share option when share in meeting. | |
(ZoomSDKSettingShareScreenShareOption) | - getShareOptionwWhenShareInMeeting |
Get the option of share in meeting. | |
(ZoomSDKError) | - setShareOptionwWhenShareInDirectShare: |
Set the share option when share in direct share. | |
(ZoomSDKSettingShareScreenShareOption) | - getShareOptionwWhenShareInDirectShare |
Get the option of share in direct share. | |
(ZoomSDKError) | - enableHardwareAcceleratedVideoSharing: |
Enable/Disable the GPU acceleration when a user shares video. | |
(BOOL) | - isVideoSharingHardwareAccelerated |
Determine if GPU acceleration is enabled when a user shares video. | |
(ZoomSDKError) | - enableZoomDocs: |
Enable or disable Zoom Docs features in custom UI. This is disabled by default. | |
Definition at line 1591 of file ZoomSDKSettingService.h.
- (ZoomSDKError) enableDoNotDisturbInSharing: | (BOOL) | enable |
Enable or disable silence system notifications when sharing desktop.
enable | YES means enabled, NO disabled. |
- (ZoomSDKError) enableGreenBorder: | (BOOL) | enable |
Enable or disable show green border when sharing.
enable | YES means enabled, NO disabled. |
- (ZoomSDKError) enableHardwareAcceleratedVideoSharing: | (BOOL) | bEnable |
Enable/Disable the GPU acceleration when a user shares video.
bEnable | YES indicates to enable the acceleration. NO indicates to not enable acceleration. |
- (ZoomSDKError) enableSetShareScreen: | (BOOL) | enable | |
SettingCmd: | (shareSettingCmd) | shareCmd |
Enable or disable meeting settings by command.
enable | YES means to enable, otherwise not. |
shareCmd | is a enumeration to set different share screen. |
- (ZoomSDKError) enableShareSelectedWndOnly: | (BOOL) | enable |
Enable or disable share selected app window only.
enable | YES means enabled, NO disabled. |
- (ZoomSDKError) enableTCPConnection: | (BOOL) | enable |
Enable or disable use tcp connection for screen sharing.
enable | YES means enabled, NO disabled. |
- (ZoomSDKError) enableZoomDocs: | (BOOL) | enable |
Enable or disable Zoom Docs features in custom UI. This is disabled by default.
enable | YES means enable the Zoom Docs feature. Otherwise the feature is not enabled. |
- (int) getLimitFPSValue |
get current FPS value.
- (ZoomSDKScreenCaptureMode) getScreenCaptureMode |
Get screen capture mode.
- (ZoomSDKSettingShareScreenShareOption) getShareOptionWhenShareApplication |
Get the option of share application.
- (ZoomSDKSettingShareScreenShareOption) getShareOptionwWhenShareInDirectShare |
Get the option of share in direct share.
- (ZoomSDKSettingShareScreenShareOption) getShareOptionwWhenShareInMeeting |
Get the option of share in meeting.
- (BOOL) isDoNotDisturbInSharingOn |
Determine if it is able to silence system notifications when sharing desktop.
- (BOOL) isEnableToSetLimitFPS |
Enable to set limited fps.
- (BOOL) isEnableToSettingShare: | (shareSettingCmd) | sharingCmd |
Get the setting item current status.
sharingCmd | is a enumeration. |
- (BOOL) isGreenBorderOn |
Determine if it is able to show green border when sharing.
- (BOOL) isShareDesktopEnabled |
Determine if enable share desktop.
- (BOOL) isShareSelectedWndOnlyOn |
Determine if it is able to share selected app window only.
- (BOOL) isShowZoomWindowWhenShare |
Determine if show zoom meeting window when share.
- (BOOL) isSupportShowZoomWindowWhenShare |
Determine if support show zoom meeting window when share.
- (BOOL) isTCPConnectionOn |
Determine if it is able to using tcp connection for screen sharing.
- (BOOL) isVideoSharingHardwareAccelerated |
Determine if GPU acceleration is enabled when a user shares video.
- (ZoomSDKError) setEnableLimitFPS: | (BOOL) | enable |
Enable or disenable to set Limit fps value.
enable | Yes means to set otherwise is not. |
- (ZoomSDKError) setLimitedFPSValue: | (ZoomSDKFPSValue) | value |
set the value of fps limit.
value | is a number of user to set. |
- (ZoomSDKError) setScreenCaptureMode: | (ZoomSDKScreenCaptureMode) | mode |
Set screen capture mode.
mode | The mode to be set. |
- (ZoomSDKError) setShareOptionWhenShareApplication: | (ZoomSDKSettingShareScreenShareOption) | shareOption |
Set the share option when share appliaction.
shareOption | It is a enumeration of share option. |
- (ZoomSDKError) setShareOptionwWhenShareInDirectShare: | (ZoomSDKSettingShareScreenShareOption) | shareOption |
Set the share option when share in direct share.
shareOption | It is a enumeration of share option. |
- (ZoomSDKError) setShareOptionwWhenShareInMeeting: | (ZoomSDKSettingShareScreenShareOption) | shareOption |
Set the share option when share in meeting.
shareOption | It is a enumeration of share option. |
- (ZoomSDKError) setShowZoomWindowWhenShare: | (BOOL) | show |
Set enable show zoom meeting window when share.
show | YES means show,otherwise not. |