3#import <Foundation/Foundation.h>
4#import <ZoomSDK/ZoomSDKErrors.h>
19@property(nonatomic, assign)
unsigned int userid;
20@property(nonatomic, retain, nullable)NSView* videoView;
25- (id)initWithFrame:(NSRect)rect;
46- (NSView*)getVideoView;
90@protocol ZoomSDKVideoContainerDelegate <NSObject>
96- (void)onRenderUserChanged:(
ZoomSDKVideoElement*_Nullable)element User:(
unsigned int)userid;
118@property(nonatomic,assign, nullable) id<ZoomSDKVideoContainerDelegate> delegate;
135- (NSArray*_Nullable)getVideoElementList;
VideoRenderDataType
Enumeration of video render data types.
ZoomSDKVideoSubscribeFailReason
Enumeration of the type for video subscribe failed reason.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKVideoRenderResolution
Enumeration of video render resolution.
VideoRenderElementType
Enumeration of video render element types.
NSMutableArray * _elementArray
id< ZoomSDKVideoContainerDelegate > _delegate
VideoRenderDataType _dataType
VideoRenderElementType _elementType