Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoCanvas.h
Go to the documentation of this file.
6#import <UIKit/UIKit.h>
7
12@interface ZoomVideoSDKVideoCanvas : NSObject
13
19
26
33
41- (ZoomVideoSDKError)subscribeWithView:(UIView * _Nullable)view
42 aspectMode:(ZoomVideoSDKVideoAspect)aspect
43 andResolution:(ZoomVideoSDKVideoResolution)resolution;
44
53- (ZoomVideoSDKError)subscribeWithPiPView:(UIView * _Nullable)view
54 aspectMode:(ZoomVideoSDKVideoAspect)aspect
55 andResolution:(ZoomVideoSDKVideoResolution)resolution;
56
62- (ZoomVideoSDKError)unSubscribeWithView:(UIView * _Nullable)view;
63
70- (ZoomVideoSDKError)setAspectMode:(ZoomVideoSDKVideoAspect)aspect toView:(UIView * _Nullable)view;
71
78- (ZoomVideoSDKError)setResolution:(ZoomVideoSDKVideoResolution)resolution toView:(UIView * _Nullable)view;
79
89- (UIImage * _Nullable)takeSnapshot:(UIView * _Nullable)view;
90
91@end
ZoomVideoSDKVideoResolution
Enumeration of the render resolution.
ZoomVideoSDKVideoType
Enumeration of the video type.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
ZoomVideoSDKVideoAspect
Enumeration of the video aspect ratio.
The video canvas is the display area of the video streams on the user’s local device....
ZoomVideoSDKShareStatus *_Nullable shareStatus()
Gets the user's share status.
ZoomVideoSDKVideoType canvasType()
Gets the canvas type.
ZoomVideoSDKVideoStatus *_Nullable videoStatus()
Gets the user's video status.