Enumeration of file transfer status.
Interface for file transfer information operations.
String getFileName()
Gets the file name.
long getFileSize()
Gets the file size.
int getBitPerSecond()
Gets the speed of the file transfer in bits per second.
int getCompleteSize()
Gets the size of the file transferred so far in bytes.
boolean isSendToAll()
Determines whether the file is sent to all participants.
String getMessageId()
Gets the message ID.
ZoomSDKFileTransferStatus getTransStatus()
Gets the transfer status.
int getCompletePercentage()
Gets the percentage of the file transfer completed.
long getTimeStamp()
Gets the timestamp.