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