#include <zoom_video_sdk_share_setting_interface.h>
◆ enableAdminRemoteControl()
virtual ZoomVideoSDKErrors IZoomVideoSDKShareSettingHelper::enableAdminRemoteControl |
( |
bool | bEnable | ) |
|
|
pure virtual |
Enable/disable remote control of all applications that require admin privileges such as Task Manager.
- Parameters
-
bEnable | TRUE indicates to enable the remote control. FALSE not. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ enableGreenBorder()
virtual ZoomVideoSDKErrors IZoomVideoSDKShareSettingHelper::enableGreenBorder |
( |
bool | bEnable | ) |
|
|
pure virtual |
Set the visibility of the green border when sharing the screen.
- Parameters
-
bEnable | True indicates to display the green border. False hide. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ getScreenCaptureMode()
Get the screen capture mode.
- Parameters
-
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ isGreenBorderEnabled()
virtual bool IZoomVideoSDKShareSettingHelper::isGreenBorderEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the green border is enabled when user shares the screen.
- Returns
- True indicates enabled. False not.
◆ isRemoteControlAllApplicationsEnabled()
virtual bool IZoomVideoSDKShareSettingHelper::isRemoteControlAllApplicationsEnabled |
( |
| ) |
|
|
pure virtual |
Determine if remote control of all applications is enabled, including those that require admin privileges.
- Returns
- TRUE indicates enabled. FALSE not.
◆ setScreenCaptureMode()
Set screen capture mode.
- Parameters
-
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.