#include <zoom_video_sdk_share_helper_interface.h>
◆ ~IZoomVideoSDKShareAction()
virtual IZoomVideoSDKShareAction::~IZoomVideoSDKShareAction |
( |
| ) |
|
|
inlinevirtual |
◆ 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.