#include <zoom_video_sdk_share_helper_interface.h>
◆ ~IZoomVideoSDKShareAction()
virtual IZoomVideoSDKShareAction::~IZoomVideoSDKShareAction |
( |
| ) |
|
|
inlinevirtual |
◆ getCurrentRemoteController()
Get the controller ID who is currently controlling me. Only available for the controlled user.
- Returns
- If the function succeeds, the return value is the user object. Otherwise nullptr.
◆ getRemoteControlApprovedUserList()
Get the list of users I have agreed to control. Only available for the controlling user.
- Returns
- If the function succeeds, the return value is the list of users I have agreed to control. Otherwise returns nullptr.
◆ getRemoteControlHelper()
Get the helper class instance to access remote control. Only available for controller side.
- Returns
- If the function succeeds, the return value is the remote control helper object. Otherwise returns nullptr. For more details, see IZoomVideoSDKRemoteControlHelper.
◆ getShareCanvas()
Get the render canvas object.
- Returns
- If the function succeeds, the return value is the share render helper object. Otherwise, this function fails and returns nullptr. For more details, see IZoomVideoSDKCanvas.
◆ getSharePipe()
◆ getShareSourceContentSize()
Get the size of the share content.
- Returns
- The size of share content.
◆ getShareSourceId()
virtual unsigned int IZoomVideoSDKShareAction::getShareSourceId |
( |
| ) |
|
|
pure virtual |
Get share source ID.
- Returns
- The user ID of the user object.
◆ getShareStatus()
Get share status.
- Returns
- Share status of the share object.
◆ getShareType()
Get share type.
- Returns
- Share type of the share object.
◆ getSubscribeFailReason()
Get subscribe fail reason.
- Returns
- failed reason of the subscription.
◆ isAnnotationPrivilegeEnabled()
virtual bool IZoomVideoSDKShareAction::isAnnotationPrivilegeEnabled |
( |
| ) |
|
|
pure virtual |
Determine whether annotation privilege is enabled.
- Returns
- True indicates that annotation privilege is enabled, otherwise false.
◆ revokeRemoteControl()
Get back all the authority of remote control. Only available for the user themselves.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.