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 means to enable the acceleration. |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Setting_EnableAccelerateGPUWhenShare(bEnable) → {Number}
- Description:
- Enable/Disable the GPU acceleration when user shares.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | true means to enable the acceleration. |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- 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 means to resize automatically. |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- 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 means to resize automatically. |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Setting_EnableRemoteControlAllApplications(bEnable) → {Number}
- Description:
- Enable/disable remote control of all applications.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | true means to enable the remote control. |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Setting_EnableRemoteControlAllApplications(bEnable) → {Number}
- Description:
- Enable/disable remote control of all applications.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bEnable |
Boolean | true means to enable the remote control. |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Setting_IsAccelerateGPUWhenShareEnabled() → {Object}
- Description:
- Determine if GPU acceleration is enabled when user shares.
- Source:
Returns:
If the function succeeds, the return value is an object with properties:
- err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- bEnable: true means the GPU acceleration is enabled.
- Type
- Object
(inner) Setting_IsAccelerateGPUWhenShareEnabled() → {Object}
- Description:
- Determine if GPU acceleration is enabled when user shares.
- Source:
Returns:
If the function succeeds, the return value is an object with properties:
- err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- bEnable: true means the GPU acceleration is enabled.
- Type
- Object
(inner) Setting_IsAutoFitToWindowWhenViewSharingEnabled() → {Boolean}
- Description:
- Determine if it is able to auto-fit the ZOOM window when viewing the shared content.
- Source:
Returns:
true means 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 means 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 means support.
- Type
- Boolean
(inner) Setting_IsCurrentOSSupportAccelerateGPUWhenShare() → {Boolean}
- Description:
- Determine if the operating system supports the GPU acceleration when user shares.
- Source:
Returns:
true means support.
- Type
- Boolean
(inner) Setting_IsRemoteControlAllApplicationsEnabled() → {Boolean}
- Description:
- Determine if remote control of all applications is enabled.
- Source:
Returns:
true means enabled.
- Type
- Boolean
(inner) Setting_IsRemoteControlAllApplicationsEnabled() → {Boolean}
- Description:
- Determine if remote control of all applications is enabled.
- Source:
Returns:
true means enabled.
- Type
- Boolean