3#import <ZoomSDK/ZoomSDKErrors.h>
5@protocol ZoomSDKShareElementDelegate <NSObject>
9- (void)onShareContentStartReceiving;
14- (void)onShareSourceNotify:(
unsigned int)sharingID;
26@property(nonatomic, assign)
unsigned int sharingID;
28@property(nonatomic, assign, nullable) NSView* shareView;
29@property(nonatomic, assign, nullable) id<ZoomSDKShareElementDelegate> delegate;
34- (id)initWithFrame:(NSRect)frame;
49@protocol ZoomSDKShareContainerDelegate <NSObject>
62@property(nonatomic, assign, nullable)id<ZoomSDKShareContainerDelegate> delegate;
79- (NSArray*_Nullable)getShareElementArray;
90@protocol ZoomSDKShareActionDelegate <NSObject>
95- (void)onSharingContentStartReceiving;
101- (void)onActionBeforeDestroyed:(
unsigned int)sharingID;
104@property(nonatomic,assign, nullable)id<ZoomSDKShareActionDelegate>
delegate;
105@property(nonatomic, readonly, assign)
unsigned int sharingID;
107@property(nonatomic, readonly, assign, nullable) NSView*
shareView;
ZoomSDKError
Enumeration of common errors of SDK.
ViewShareMode
Enumeration of video aspect modes.
ZoomSDKError unsubscribe()
Unsubscribe from the sharing content.
id< ZoomSDKShareActionDelegate > delegate
ZoomSDKError subscribe()
Subscribe to the sharing content.
NSString * sharingUserName
id< ZoomSDKShareContainerDelegate > _delegate
NSMutableArray * _elementArray
id< ZoomSDKShareElementDelegate > _delegate