Helper interface for configuring screen sharing settings.
More...
#include <zoom_video_sdk_share_setting_interface.h>
Helper interface for configuring screen sharing settings.
Definition at line 36 of file zoom_video_sdk_share_setting_interface.h.
◆ 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. Otherwise, false. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ getScreenCaptureMode()
Get the screen capture mode.
- Parameters
-
| [out] | captureMode | The screen capture mode. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ isGreenBorderEnabled()
| virtual bool IZoomVideoSDKShareSettingHelper::isGreenBorderEnabled |
( |
| ) |
|
|
pure virtual |
Determines if the green border is enabled when user shares the screen.
- Returns
- true if the green border is enabled. Otherwise, false.
◆ setScreenCaptureMode()
Set screen capture mode.
- Parameters
-
| captureMode | The mode to be set. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.