Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKFileReceiver.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Enumeration of common SDK errors.
Interface for file receiver operations.
long getSenderUserId()
Gets the file sender's user ID.
MobileRTCSDKError startReceive(String path)
Starts receiving the file.
ZoomSDKFileTransferInfo getTransferInfo()
Gets file transfer detail.
MobileRTCSDKError cancelReceive()
Cancels the file receive.
Interface for file transfer information operations.