Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCFileTransferInfo Class Reference

A class that provides information about the status and progress of a file transfer during a Zoom meeting. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

NSString * messageId
 The message ID of the transfer file.
 
MobileRTCFileTransferStatus transStatus
 The status of the file transfer.
 
NSDate * timeStamp
 The timestamp of the file.
 
BOOL isSendToAll
 Indicates whether the file is sent to all users in the meeting.
 
NSUInteger fileSize
 The bytes of transfer file size.
 
NSString * fileName
 The file name of the transfer file.
 
NSUInteger completePercentage
 The ratio of the file transfer completed.
 
NSUInteger completeSize
 The size of the file transferred so far in bytes.
 
NSUInteger bitPerSecond
 The speed of the file transfer in bits per second.
 

Detailed Description

A class that provides information about the status and progress of a file transfer during a Zoom meeting.

Definition at line 13 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bitPerSecond

- (NSUInteger) bitPerSecond
readwritenonatomicassign

The speed of the file transfer in bits per second.

Definition at line 58 of file MobileRTCMeetingChat.h.

◆ completePercentage

- (NSUInteger) completePercentage
readwritenonatomicassign

The ratio of the file transfer completed.

Definition at line 48 of file MobileRTCMeetingChat.h.

◆ completeSize

- (NSUInteger) completeSize
readwritenonatomicassign

The size of the file transferred so far in bytes.

Definition at line 53 of file MobileRTCMeetingChat.h.

◆ fileName

- (NSString*) fileName
readwritenonatomiccopy

The file name of the transfer file.

Definition at line 43 of file MobileRTCMeetingChat.h.

◆ fileSize

- (NSUInteger) fileSize
readwritenonatomicassign

The bytes of transfer file size.

Definition at line 38 of file MobileRTCMeetingChat.h.

◆ isSendToAll

- (BOOL) isSendToAll
readwritenonatomicassign

Indicates whether the file is sent to all users in the meeting.

Definition at line 33 of file MobileRTCMeetingChat.h.

◆ messageId

- (NSString*) messageId
readwritenonatomiccopy

The message ID of the transfer file.

Definition at line 18 of file MobileRTCMeetingChat.h.

◆ timeStamp

- (NSDate*) timeStamp
readwritenonatomicstrong

The timestamp of the file.

Definition at line 28 of file MobileRTCMeetingChat.h.

◆ transStatus

- (MobileRTCFileTransferStatus) transStatus
readwritenonatomicassign

The status of the file transfer.

Definition at line 23 of file MobileRTCMeetingChat.h.