Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSendFile Class 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.
 

Detailed Description

Represents a file being sent in the session.

Definition at line 82 of file ZoomVideoSDKFileTranserHandle.h.

Method Documentation

◆ cancelSend

- (ZoomVideoSDKError) cancelSend

Cancels sending the file.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ getReceiver

- (ZoomVideoSDKUser *_Nullable) getReceiver

Gets the receiver of the file.

Returns
If the function succeeds, it returns the receiver. Otherwise, this function fails and returns nil.