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;
77@property (nonatomic, assign) BOOL isMuted;
81@property (nonatomic, assign) BOOL talking;
97- (NSInteger)getUserID;
101- (NSString *_Nullable)getUserName;
105- (NSString *_Nullable)getCustomUserId;
109- (NSString *_Nullable)getUserReference;
121- (BOOL)isIndividualRecordAgreed;
125- (BOOL)isVideoSpotLighted;
176- (BOOL)setUserVolume:(
float)volume isShareAudio:(BOOL)isSharingAudio;
184- (BOOL)getUserVolume:(
float * _Nullable)volume isShareAudio:(BOOL)isSharingAudio;
191- (BOOL)canSetUserVolume:(BOOL)isSharingAudio;
205- (BOOL)isIncomingLiveStreamUser;
210-(BOOL)isInSubSession;
ZoomVideoSDKAudioType
Enumerates the types of audio.
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
ZoomVideoSDKNetworkStatus
Enumerates the network statuses.
A Class to manage the subscription and unsubscription of video or share raw data.
Remote camera control helper object interface.
Share raw data pipe interface.
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.