Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKFileTransferInfo Class Reference

#include <ZoomSDKMeetingChatController.h>

Inherits NSObject.

Properties

NSString * messageId
 The message identify of transfer file.
 
ZoomSDKFileTransferStatus transferStatus
 The status of the file transfer.
 
time_t timeStamp
 The time stamp of the file.
 
BOOL isSendToAll
 Is the file send to all user in meeting?
 
unsigned int fileSizeBytes
 The bytes of transfer file size.
 
NSString * fileName
 The file name of transfer file.
 
unsigned int completePercentage
 The ratio of the file transfer completed.
 
unsigned int completeSize
 The size of the file transferred so far in bytes.
 
unsigned int bitPerSecond
 The speed of the file transfer in bits per second.
 

Detailed Description

Definition at line 9 of file ZoomSDKMeetingChatController.h.

Property Documentation

◆ bitPerSecond

- (unsigned int) bitPerSecond
readnonatomicassign

The speed of the file transfer in bits per second.

Definition at line 45 of file ZoomSDKMeetingChatController.h.

◆ completePercentage

- (unsigned int) completePercentage
readnonatomicassign

The ratio of the file transfer completed.

Definition at line 37 of file ZoomSDKMeetingChatController.h.

◆ completeSize

- (unsigned int) completeSize
readnonatomicassign

The size of the file transferred so far in bytes.

Definition at line 41 of file ZoomSDKMeetingChatController.h.

◆ fileName

- (NSString*) fileName
readnonatomiccopy

The file name of transfer file.

Definition at line 33 of file ZoomSDKMeetingChatController.h.

◆ fileSizeBytes

- (unsigned int) fileSizeBytes
readnonatomicassign

The bytes of transfer file size.

Definition at line 29 of file ZoomSDKMeetingChatController.h.

◆ isSendToAll

- (BOOL) isSendToAll
readnonatomicassign

Is the file send to all user in meeting?

Definition at line 25 of file ZoomSDKMeetingChatController.h.

◆ messageId

- (NSString*) messageId
readnonatomiccopy

The message identify of transfer file.

Definition at line 13 of file ZoomSDKMeetingChatController.h.

◆ timeStamp

- (time_t) timeStamp
readnonatomicassign

The time stamp of the file.

Definition at line 21 of file ZoomSDKMeetingChatController.h.

◆ transferStatus

- (ZoomSDKFileTransferStatus) transferStatus
readnonatomicassign

The status of the file transfer.

Definition at line 17 of file ZoomSDKMeetingChatController.h.