5@protocol ZoomSDKShareElementDelegate <NSObject>
9-(void)onShareContentStartReceiving;
14-(void)onShareSourceUserIDNotify:(
unsigned int)userid;
26@property(nonatomic, assign)
unsigned int userId;
28@property(nonatomic, assign) NSView* shareView;
29@property(nonatomic, assign) id<ZoomSDKShareElementDelegate> delegate;
34- (id)initWithFrame:(NSRect)frame;
49@protocol ZoomSDKShareContainerDelegate <NSObject>
62@property(nonatomic, assign)id<ZoomSDKShareContainerDelegate> delegate;
79-(NSArray*)getShareElementArray;
ZoomSDKError
Enumeration of common errors of SDK.
ViewShareMode
Enumeration of sharing modes.
id< ZoomSDKShareContainerDelegate > _delegate
NSMutableArray * _elementArray
id< ZoomSDKShareElementDelegate > _delegate