|
Video SDK for iOS API Reference
|
Represents a file being sent in the session. More...
#include <ZoomVideoSDKFileTranserHandle.h>
Inherits ZoomVideoSDKFileTransferBaseInfo.
Instance Methods | |
| (ZoomVideoSDKUser *_Nullable) | - getReceiver |
| Gets the receiver of the file. | |
| (ZoomVideoSDKError) | - cancelSend |
| Cancels sending the file. | |
Instance Methods inherited from ZoomVideoSDKFileTransferBaseInfo | |
| (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 sent in the session.
Definition at line 82 of file ZoomVideoSDKFileTranserHandle.h.
| - (ZoomVideoSDKError) cancelSend |
Cancels sending the file.
| - (ZoomVideoSDKUser *_Nullable) getReceiver |
Gets the receiver of the file.