6#import <Foundation/Foundation.h>
7#import <ZoomVideoSDK/ZoomVideoSDKUser.h>
9#pragma mark - Statistic Information -
26@property(nonatomic, assign, readonly) NSInteger
sendJitter;
46@property(nonatomic, assign, readonly) NSInteger
recvJitter;
74@property(nonatomic, assign, readonly) NSInteger
sendFps;
82@property(nonatomic, assign, readonly) NSInteger
sendJitter;
102@property(nonatomic, assign, readonly) NSInteger
recvFps;
122#pragma mark - ZoomVideoSDKSession -
202#pragma mark - file transfer -
ZoomVideoSDKSessionType
Enumeration of the session type.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
The Session video or share statistic information.
NSInteger sendJitter
The video jitter (change in latency) experienced by the current user while sending data.
NSInteger recvLatency
The video latency (delay in network data transfer) experienced by the current user while receiving da...
NSInteger recvFrameHeight
The frame height in pixels received by the current user.
NSInteger sendFrameWidth
The frame width in pixels sent by the current user.
NSInteger sendLatency
The video latency (delay in network data transfer) experienced by the current user while sending data...
NSInteger recvJitter
The video jitter (change in latency) experienced by the current user while receiving data.
NSInteger recvFrameWidth
The frame width in pixels received by the current user.
NSInteger recvFps
The frame rate in FPS received by the current user.
NSInteger sendFps
The frame rate in FPS sent by the current user.
NSInteger sendFrameHeight
The frame height in pixels sent by the current user.
CGFloat recvPacketLossMax
The maximum video packet loss received by the current user.
CGFloat recvPacketLossAvg
The video average packet loss received by the current user.
CGFloat sendPacketLossMax
The maximum video packet loss sent by the current user.
CGFloat sendPacketLossAvg
The average video packet loss sent by the current user.
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.
ZoomVideoSDKSessionASVStatisticInfo *_Nullable getSessionVideoStatisticInfo()
Gets the session's video statistic information.
NSString *_Nullable getSessionHostName()
Gets the host's name.
NSString *_Nullable getTransferFileTypeWhiteList()
Gets the list of allowed file types in transfer.
NSString *_Nullable getSessionID()
Gets the session ID.
ZoomVideoSDKSessionType getSessionType()
Gets the session type of this session.
ZoomVideoSDKUser *_Nullable getMySelf()
Gets the session's user object for myself.
unsigned long long getSessionNumber()
Gets the session number.
NSArray< ZoomVideoSDKUser * > *_Nullable getRemoteUsers()
Gets a list of the session's remote users.
unsigned long long getMaxTransferFileSize()
Gets the maximum size for file transfer.
NSString *_Nullable getSessionPassword()
Gets the session's password.
NSString *_Nullable getSessionName()
Gets the session's name.
ZoomVideoSDKUser *_Nullable getSessionHost()
Gets the session's host user object.
NSString *_Nullable getSessionPhonePasscode()
Gets the session phone passcode.
BOOL isFileTransferEnable()
Determines whether file transfer is enabled.
ZoomVideoSDKSessionASVStatisticInfo *_Nullable getSessionShareStatisticInfo()
Gets the session's screen share statistic information.
ZoomVideoSDKSessionAudioStatisticInfo *_Nullable getSessionAudioStatisticInfo()
Gets the session's audio statistic information.
Zoom Video SDK user information.