|
Video SDK for iOS API Reference
|
Represents a file being transferred in the session. More...
#include <ZoomVideoSDKFileTranserHandle.h>
Inherits NSObject.
Inherited by ZoomVideoSDKReceiveFile, and ZoomVideoSDKSendFile.
Instance Methods | |
| (NSTimeInterval) | - getTimeStamp |
| Gets the timestamp. | |
| (BOOL) | - isSendToAll |
| Determines whether the file is sent to all users. | |
| (NSUInteger) | - getFileSize |
| Gets the file size. | |
| (NSString *_Nullable) | - getFileName |
| Gets the file name. | |
| (ZoomVideoSDKFileStatus *_Nullable) | - getStatus |
| Gets the file transfer status. | |
Represents a file being transferred in the session.
Definition at line 50 of file ZoomVideoSDKFileTranserHandle.h.
| - (NSString *_Nullable) getFileName |
Gets the file name.
| - (NSUInteger) getFileSize |
Gets the file size.
| - (ZoomVideoSDKFileStatus *_Nullable) getStatus |
Gets the file transfer status.
| - (NSTimeInterval) getTimeStamp |
Gets the timestamp.
| - (BOOL) isSendToAll |
Determines whether the file is sent to all users.