Zoom Share Setting
- Description:
- Zoom Share Setting
- Source:
Returns:
- Type
- ZoomShareSetting
- Description:
- Zoom Share Setting
- Source:
Returns:
- Type
- ZoomShareSetting
Methods
(inner) Setting_EnableAccelerateGPUWhenShare(bEnable) → {Number}
- Description:
- Enable/Disable the GPU acceleration when user shares.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | TRUE indicates to enable the acceleration. FALSE not. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_EnableAccelerateGPUWhenShare(bEnable) → {Number}
- Description:
- Enable/Disable the GPU acceleration when user shares.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | TRUE indicates to enable the acceleration. FALSE not. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_EnableAutoFitToWindowWhenViewSharing(bEnable) → {Number}
- Description:
- Enable or disable to auto-fit the Zoom window when viewing the shared content.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | TRUE indicates to resize automatically. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_EnableAutoFitToWindowWhenViewSharing(bEnable) → {Number}
- Description:
- Enable or disable to auto-fit the Zoom window when viewing the shared content.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | TRUE indicates to resize automatically. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_EnableRemoteControlAllApplications(bEnable) → {Number}
- Description:
- Enable/disable remote control of all applications.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | TRUE indicates to enable the remote control. FALSE not. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_EnableRemoteControlAllApplications(bEnable) → {Number}
- Description:
- Enable/disable remote control of all applications.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | TRUE indicates to enable the remote control. FALSE not. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_IsAccelerateGPUWhenShareEnabled() → {Number}
- Description:
- Determine if GPU acceleration is enabled when user shares.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_IsAccelerateGPUWhenShareEnabled() → {Number}
- Description:
- Determine if GPU acceleration is enabled when user shares.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Setting_IsAutoFitToWindowWhenViewSharingEnabled() → {Boolean}
- Description:
- Determine if it is able to auto-fit the Zoom window when viewing the shared content.
- Source:
Returns:
TRUE indicates to resize automatically.
- Type
- Boolean
(inner) Setting_IsAutoFitToWindowWhenViewSharingEnabled() → {Boolean}
- Description:
- Determine if it is able to auto-fit the Zoom window when viewing the shared content.
- Source:
Returns:
TRUE indicates to resize automatically.
- Type
- Boolean
(inner) Setting_IsCurrentOSSupportAccelerateGPUWhenShare() → {Boolean}
- Description:
- Determine if the operating system supports the GPU acceleration when user shares.
- Source:
Returns:
TRUE indicates support. FALSE not.
- Type
- Boolean
(inner) Setting_IsCurrentOSSupportAccelerateGPUWhenShare() → {Boolean}
- Description:
- Determine if the operating system supports the GPU acceleration when user shares.
- Source:
Returns:
TRUE indicates support. FALSE not.
- Type
- Boolean
(inner) Setting_IsRemoteControlAllApplicationsEnabled() → {Boolean}
- Description:
- Determine if remote control of all applications is enabled.
- Source:
Returns:
TRUE indicates enabled. FALSE not.
- Type
- Boolean
(inner) Setting_IsRemoteControlAllApplicationsEnabled() → {Boolean}
- Description:
- Determine if remote control of all applications is enabled.
- Source:
Returns:
TRUE indicates enabled. FALSE not.
- Type
- Boolean