9#import <Foundation/Foundation.h>
10#import <ZoomVideoSDK/ZoomVideoSDKRawDataPipe.h>
11#import <ZoomVideoSDK/ZoomVideoSDKVideoCanvas.h>
12#import <ZoomVideoSDK/ZoomVideoSDKRemoteCameraControlHelper.h>
13#import <ZoomVideoSDK/ZoomVideoSDKShareHelper.h>
23@property (nonatomic, assign) NSInteger
width;
27@property (nonatomic, assign) NSInteger
height;
31@property (nonatomic, assign) NSInteger
fps;
35@property (nonatomic, assign) NSInteger
bps;
50@property (nonatomic, assign) NSInteger width;
54@property (nonatomic, assign) NSInteger height;
58@property (nonatomic, assign) NSInteger fps;
62@property (nonatomic, assign) NSInteger bps;
74@property (nonatomic, assign) BOOL isMuted;
78@property (nonatomic, assign) BOOL talking;
94- (NSInteger)getUserID;
98- (NSString *_Nullable)getUserName;
102- (NSString *_Nullable)getCustomUserId;
106- (NSString *_Nullable)getUserReference;
118- (BOOL)isIndividualRecordAgreed;
122- (BOOL)isVideoSpotLighted;
173- (BOOL)setUserVolume:(
float)volume isShareAudio:(BOOL)isSharingAudio;
181- (BOOL)getUserVolume:(
float * _Nullable)volume isShareAudio:(BOOL)isSharingAudio;
188- (BOOL)canSetUserVolume:(BOOL)isSharingAudio;
202- (BOOL)isIncomingLiveStreamUser;
ZoomVideoSDKAudioType
ZoomVideoSDKAudioType An enumeration of audio type.
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
ZoomVideoSDKNetworkStatus
Type of video network status.
A Class to manage the subscription and unsubscription of video or share raw data.
Share statistic information.
Zoom Video SDK user information.
The video canvas is the display area of the video streams on the user’s local device....
Video statistic information.
NSInteger width
frame width
NSInteger fps
frame per second
NSInteger height
frame height
ZoomVideoSDKNetworkStatus videoNetworkStatus
Get video network status.
NSInteger bps
bits per second