6#import <Foundation/Foundation.h>
7#import <ZoomVideoSDK/ZoomVideoSDK.h>
9#pragma mark - File Transfer -
20@property(nonatomic, assign) NSUInteger
ratio;
55- (NSTimeInterval)getTimeStamp;
65- (NSUInteger)getFileSize;
70- (NSString * _Nullable)getFileName;
ZoomVideoSDKFileTransferStatus
Enumeration of the file transfer status.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
Represents the status of a file transfer, including current state and progress.
Represents a file being transferred in the session.
Represents the progress details of a file transfer.
NSUInteger ratio
Gets the ratio of the file transfer completed.
NSUInteger bitPerSecond
Gets the speed of the file transfer in bits per second.
NSUInteger completeSize
Gets the size of the file transferred so far in bytes.
Represents a file being received in the session.
Represents a file being sent in the session.
Zoom Video SDK user information.