Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKFileTransferInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
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.