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

Detailed Description

Represents a file being transferred in the session.

Definition at line 50 of file ZoomVideoSDKFileTranserHandle.h.

Method Documentation

◆ getFileName

- (NSString *_Nullable) getFileName

Gets the file name.

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

◆ getFileSize

- (NSUInteger) getFileSize

Gets the file size.

Returns
If the function succeeds, it returns the file size. Otherwise, this function fails and returns 0.

◆ getStatus

- (ZoomVideoSDKFileStatus *_Nullable) getStatus

Gets the file transfer status.

Returns
If the function succeeds, it returns a ZoomVideoSDKFileStatus object. Otherwise, this function fails and returns nil.

◆ getTimeStamp

- (NSTimeInterval) getTimeStamp

Gets the timestamp.

Returns
If the function succeeds, it returns the timestamp. Otherwise, this function fails and returns 0.

◆ isSendToAll

- (BOOL) isSendToAll

Determines whether the file is sent to all users.

Returns
YES if the file is sent to all users. Otherwise, NO.