6#import <Foundation/Foundation.h>
7#import <ZoomVideoSDK/ZoomVideoSDKRawDataPipe.h>
8#import <ZoomVideoSDK/ZoomVideoSDKVideoCanvas.h>
9#import <ZoomVideoSDK/ZoomVideoSDKRemoteCameraControlHelper.h>
10#import <ZoomVideoSDK/ZoomVideoSDKShareHelper.h>
20@property (nonatomic, assign) NSInteger
width;
24@property (nonatomic, assign) NSInteger
height;
28@property (nonatomic, assign) NSInteger
fps;
32@property (nonatomic, assign) NSInteger
bps;
47@property (nonatomic, assign) NSInteger width;
51@property (nonatomic, assign) NSInteger height;
55@property (nonatomic, assign) NSInteger fps;
59@property (nonatomic, assign) NSInteger bps;
74@property (nonatomic, assign) BOOL isMuted;
78@property (nonatomic, assign) BOOL talking;
95- (NSInteger)getUserID;
100- (NSString *_Nullable)getUserName;
106- (NSString *_Nullable)getCustomUserId DEPRECATED_MSG_ATTRIBUTE("Use -getUserKey instead");
111- (NSString *_Nullable)getUserKey;
116- (NSString *_Nullable)getUserReference;
131- (BOOL)isIndividualRecordAgreed;
136- (BOOL)isVideoSpotLighted;
193- (BOOL)setUserVolume:(
float)volume isShareAudio:(BOOL)isSharingAudio DEPRECATED_MSG_ATTRIBUTE("Use -setUserPlaybackVolume:isSharingAudio: instead");
202- (BOOL)getUserVolume:(
float * _Nullable)volume isShareAudio:(BOOL)isSharingAudio DEPRECATED_MSG_ATTRIBUTE("Use -getUserPlaybackVolume:isSharingAudio: instead");
210- (BOOL)canSetUserVolume:(BOOL)isSharingAudio DEPRECATED_MSG_ATTRIBUTE("Use -canSetUserPlaybackVolume: instead");
218- (BOOL)setUserPlaybackVolume:(
float)volume isSharingAudio:(BOOL)isSharingAudio;
226- (BOOL)getUserPlaybackVolume:(
float * _Nullable)volume isSharingAudio:(BOOL)isSharingAudio;
233- (BOOL)canSetUserPlaybackVolume:(BOOL)isShareAudio;
239- (
unsigned int)getAudioLevel;
253- (BOOL)isIncomingLiveStreamUser;
265- (BOOL)isInSubSession;
ZoomVideoSDKDataType
Enumeration of data types for network quality monitoring.
ZoomVideoSDKWhiteboardStatus
Enumeration of the status of the whiteboard sharing.
ZoomVideoSDKAudioType
Enumeration of audio types.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
ZoomVideoSDKNetworkStatus
Enumeration of 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
Gets the frame width.
NSInteger fps
Gets the frame per second.
NSInteger height
Gets the frame height.
ZoomVideoSDKNetworkStatus videoNetworkStatus
Gets the video network status.
NSInteger bps
Gets the bits per second.