Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKShareAction Class Reference

#include <ZoomSDKShareContainer.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- subscribe
 Subscribe to the sharing content.
 
(ZoomSDKError- unsubscribe
 Unsubscribe from the sharing content.
 
(ZoomSDKError- resize:
 Resize the share render frame.
 

Properties

id< ZoomSDKShareActionDelegatedelegate
 
unsigned int sharingID
 
NSString * sharingUserName
 
NSView * shareView
 
ViewShareMode viewMode
 

Detailed Description

Definition at line 103 of file ZoomSDKShareContainer.h.

Method Documentation

◆ resize:

- (ZoomSDKError) resize: (NSRect) frame

Resize the share render frame.

Parameters
frameSpecify the frame.
Returns
If the function succeeds,the return value is ZoomSDKError_Success. Otherwise the function fails.

◆ subscribe

- (ZoomSDKError) subscribe

Subscribe to the sharing content.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ unsubscribe

- (ZoomSDKError) unsubscribe

Unsubscribe from the sharing content.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

Property Documentation

◆ delegate

- (id<ZoomSDKShareActionDelegate>) delegate
readwritenonatomicassign

Definition at line 104 of file ZoomSDKShareContainer.h.

◆ shareView

- (NSView*) shareView
readnonatomicassign

Definition at line 107 of file ZoomSDKShareContainer.h.

◆ sharingID

- (unsigned int) sharingID
readnonatomicassign

Definition at line 105 of file ZoomSDKShareContainer.h.

◆ sharingUserName

- (NSString*) sharingUserName
readnonatomiccopy

Definition at line 106 of file ZoomSDKShareContainer.h.

◆ viewMode

- (ViewShareMode) viewMode
readwritenonatomicassign

Definition at line 108 of file ZoomSDKShareContainer.h.