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
18
24
30
38- (ZoomVideoSDKError)subscribeWithView:(UIView * _Nullable)view
39 aspectMode:(ZoomVideoSDKVideoAspect)aspect
40 andResolution:(ZoomVideoSDKVideoResolution)resolution;
41
50- (ZoomVideoSDKError)subscribeWithPiPView:(UIView * _Nullable)view
51 aspectMode:(ZoomVideoSDKVideoAspect)aspect
52 andResolution:(ZoomVideoSDKVideoResolution)resolution;
53
58- (ZoomVideoSDKError)unSubscribeWithView:(UIView * _Nullable)view;
59
66- (ZoomVideoSDKError)setAspectMode:(ZoomVideoSDKVideoAspect)aspect toView:(UIView * _Nullable)view;
67
74- (ZoomVideoSDKError)setResolution:(ZoomVideoSDKVideoResolution)resolution toView:(UIView * _Nullable)view;
75
76@end
ZoomVideoSDKVideoResolution
Enumeration of render resolution.
ZoomVideoSDKVideoType
Enumeration of video type.
ZoomVideoSDKError
Enumerates all 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()
The user share status.
ZoomVideoSDKVideoType canvasType()
This canvas type.
ZoomVideoSDKVideoStatus *_Nullable videoStatus()
The user video status.