7#import <Foundation/Foundation.h>
8#import <ZoomSDK/ZoomSDKErrors.h>
29@property(nonatomic, assign)
unsigned int userid;
33@property(nonatomic, retain, nullable)NSView* videoView;
38- (id)initWithFrame:(NSRect)rect;
59- (NSView*)getVideoView;
122@protocol ZoomSDKVideoContainerDelegate <NSObject>
128- (void)onRenderUserChanged:(
ZoomSDKVideoElement*_Nullable)element User:(
unsigned int)userid;
158@property(nonatomic,assign, nullable) id<ZoomSDKVideoContainerDelegate> delegate;
175- (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.
Subclass of ZoomSDKVideoElement for active speaker video.
Subclass of ZoomSDKVideoElement for normal participant video.
Subclass of ZoomSDKVideoElement for preview video.
Container class to manage multiple video elements.
NSMutableArray * _elementArray
id< ZoomSDKVideoContainerDelegate > _delegate
Interface for video element rendering in custom UI.
VideoRenderDataType _dataType
VideoRenderElementType _elementType