3#import <Foundation/Foundation.h>
4#import <ZoomVideoSDK/ZoomVideoSDKUser.h>
6#pragma mark - Statistic Information -
17@property(nonatomic, assign, readonly) NSInteger
sendJitter;
28@property(nonatomic, assign, readonly) NSInteger
recvJitter;
41@property(nonatomic, assign, readonly) NSInteger sendFrameWidth;
43@property(nonatomic, assign, readonly) NSInteger sendFrameHeight;
45@property(nonatomic, assign, readonly) NSInteger sendFps;
47@property(nonatomic, assign, readonly) NSInteger sendLatency;
49@property(nonatomic, assign, readonly) NSInteger sendJitter;
51@property(nonatomic, assign, readonly) CGFloat sendPacketLossAvg;
53@property(nonatomic, assign, readonly) CGFloat sendPacketLossMax;
56@property(nonatomic, assign, readonly) NSInteger recvFrameWidth;
58@property(nonatomic, assign, readonly) NSInteger recvFrameHeight;
60@property(nonatomic, assign, readonly) NSInteger recvFps;
62@property(nonatomic, assign, readonly) NSInteger recvLatency;
64@property(nonatomic, assign, readonly) NSInteger recvJitter;
66@property(nonatomic, assign, readonly) CGFloat recvPacketLossAvg;
68@property(nonatomic, assign, readonly) CGFloat recvPacketLossMax;
72#pragma mark - ZoomVideoSDKSession -
81- (NSString * _Nullable)getSessionName;
87- (NSString * _Nullable)getSessionID;
93- (
unsigned long long)getSessionNumber;
98- (NSString * _Nullable)getSessionPassword;
104- (NSString * _Nullable)getSessionPhonePasscode;
109- (NSString * _Nullable)getSessionHostName;
140#pragma mark - file transfer -
146- (BOOL)isFileTransferEnable;
160- (NSString *_Nullable)getTransferFileTypeWhiteList;
166- (
unsigned long long)getMaxTransferFileSize;
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
The Session video or share statistic information.
Session audio statistic information.
CGFloat recvPacketLossAvg
The average audio packet loss received by the current user.
NSInteger recvFrequency
The frequency in kilohertz (KHz) received by the current user.
NSInteger sendFrequency
The frequency in kilohertz (KHz) sent by the current user.
NSInteger sendLatency
The audio latency (delay in network data transfer) experienced by the current user while sending data...
CGFloat sendPacketLossAvg
The average audio packet loss sent by the current user.
NSInteger recvLatency
The audio latency (delay in network data transfer) experienced by the current user while receiving da...
NSInteger sendJitter
The audio jitter (change in latency) experienced by the current user while sending data.
CGFloat sendPacketLossMax
The maximum audio packet loss sent by the current user.
NSInteger recvJitter
The audio jitter (change in latency) experienced by the current user while receiving data.
CGFloat recvPacketLossMax
The maximum audio packet loss received by the current user.
Zoom Video SDK user information.