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