Mac SDK
Instance Methods | List of all members
ZoomSDKShareScreenSetting Class Reference
Inheritance diagram for ZoomSDKShareScreenSetting:

Instance Methods

(BOOL) - isDoNotDisturbInSharingOn:
 Determine if it is able to silence system notifications when sharing desktop. More...
 
(ZoomSDKError) - enableDoNotDisturbInSharing:
 Enable or disable silence system notifications when sharing desktop. More...
 
(BOOL) - isGreenBorderOn:
 Determine if it is able to show green border when sharing. More...
 
(ZoomSDKError) - enableGreenBorder:
 Enable or disable show green border when sharing. More...
 
(BOOL) - isShareSelectedWndOnlyOn:
 Determine if it is able to share selected app window only. More...
 
(ZoomSDKError) - enableShareSelectedWndOnly:
 Enable or disable share selected app window only. More...
 
(BOOL) - isTCPConnectionOn:
 Determine if it is able to using tcp connection for screen sharing. More...
 
(ZoomSDKError) - enableTCPConnecton:
 Enable or disable use tcp connection for screen sharing. More...
 
(ZoomSDKError) - setScreenCaptureMode:
 Set screen capture mode. More...
 
(ZoomSDKScreenCaptureMode) - getScreenCaptureMode:
 Get screen capture mode. More...
 

Method Documentation

◆ enableDoNotDisturbInSharing:

- (ZoomSDKError) enableDoNotDisturbInSharing: (BOOL)  enable

Enable or disable silence system notifications when sharing desktop.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ enableGreenBorder:

- (ZoomSDKError) enableGreenBorder: (BOOL)  enable

Enable or disable show green border when sharing.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ enableShareSelectedWndOnly:

- (ZoomSDKError) enableShareSelectedWndOnly: (BOOL)  enable

Enable or disable share selected app window only.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ enableTCPConnecton:

- (ZoomSDKError) enableTCPConnecton: (BOOL)  enable

Enable or disable use tcp connection for screen sharing.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ getScreenCaptureMode:

- (ZoomSDKScreenCaptureMode) getScreenCaptureMode: (BOOL *)  isDisabled

Get screen capture mode.

Parameters
isDisabledYES means only can used config value,can't modify.
Returns
If the function succeeds will return the current screen capture mode.

◆ isDoNotDisturbInSharingOn:

- (BOOL) isDoNotDisturbInSharingOn: (BOOL *)  isDisabled

Determine if it is able to silence system notifications when sharing desktop.

Parameters
isDisabledYES means only can used config value,can't modify.
Returns
YES means enabled, otherwise not.

◆ isGreenBorderOn:

- (BOOL) isGreenBorderOn: (BOOL *)  isDisabled

Determine if it is able to show green border when sharing.

Parameters
isDisabledYES means only can used config value,can't modify.
Returns
YES means enabled, otherwise not.

◆ isShareSelectedWndOnlyOn:

- (BOOL) isShareSelectedWndOnlyOn: (BOOL *)  isDisabled

Determine if it is able to share selected app window only.

Parameters
isDisabledYES means only can used config value,can't modify.
Returns
YES means enabled, otherwise not.

◆ isTCPConnectionOn:

- (BOOL) isTCPConnectionOn: (BOOL *)  isDisabled

Determine if it is able to using tcp connection for screen sharing.

Parameters
isDisabledYES means only can used config value,can't modify.
Returns
YES means disabled, otherwise not.

◆ setScreenCaptureMode:

- (ZoomSDKError) setScreenCaptureMode: (ZoomSDKScreenCaptureMode)  mode

Set screen capture mode.

Parameters
modeThe mode to be set.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

The documentation for this class was generated from the following file: