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

#include <ZoomSDKShareContainer.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- createShareElement:
 Create shared elements.
 
(ZoomSDKError- cleanShareElement:
 Clean shared elements.
 
(NSArray *_Nullable) - getShareElementArray
 Get an array of shared elements.
 
(ZoomSDKShareElement *_Nullable) - getShareElementBySourceID:
 Get an array of shared elements by user ID.
 

Protected Attributes

NSMutableArray * _elementArray
 
id< ZoomSDKShareContainerDelegate_delegate
 

Properties

id< ZoomSDKShareContainerDelegatedelegate
 

Detailed Description

Definition at line 57 of file ZoomSDKShareContainer.h.

Method Documentation

◆ cleanShareElement:

- (ZoomSDKError) cleanShareElement: (ZoomSDKShareElement *) element

Clean shared elements.

Parameters
elementThe pointer to ZoomSDKShareElement object.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ createShareElement:

- (ZoomSDKError) createShareElement: (ZoomSDKShareElement *_Nullable *_Nonnull) element

Create shared elements.

Parameters
elementThe pointer to ZoomSDKShareElement object.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ getShareElementArray

- (NSArray *_Nullable) getShareElementArray

Get an array of shared elements.

Returns
If the function succeeds, it will return a NSArray containing all sharing elements.

◆ getShareElementBySourceID:

- (ZoomSDKShareElement *_Nullable) getShareElementBySourceID: (unsigned int) shareSourceID

Get an array of shared elements by user ID.

Parameters
shareSourceIDThe specified source ID.
Returns
If the function succeeds, it returns an object of ZoomSDKShareElement.

Field Documentation

◆ _delegate

- (id<ZoomSDKShareContainerDelegate>) _delegate
protected

Definition at line 60 of file ZoomSDKShareContainer.h.

◆ _elementArray

- (NSMutableArray*) _elementArray
protected

Definition at line 59 of file ZoomSDKShareContainer.h.

Property Documentation

◆ delegate

- (id<ZoomSDKShareContainerDelegate>) delegate
readwritenonatomicassign

Definition at line 62 of file ZoomSDKShareContainer.h.