Interface for managing a file that is being received in the Zoom Video SDK. Inherits from IZoomVideoSDKFileTransferBaseInfo.
More...
#include <zoom_video_sdk_def.h>
Inherits IZoomVideoSDKFileTransferBaseInfo.
Interface for managing a file that is being received in the Zoom Video SDK. Inherits from IZoomVideoSDKFileTransferBaseInfo.
Definition at line 700 of file zoom_video_sdk_def.h.
◆ ~IZoomVideoSDKReceiveFile()
virtual IZoomVideoSDKReceiveFile::~IZoomVideoSDKReceiveFile |
( |
| ) |
|
|
inlinevirtual |
◆ cancelReceive()
Cancel the ongoing file receive operation.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. For detailed error codes, see the ZoomVideoSDKErrors enum.
◆ getSender()
Get the sender of the file transfer.
- Returns
- A pointer to the IZoomVideoSDKUser representing the sender.
◆ startReceive()
Start receiving the file and specify the download path.
- Parameters
-
path | The local file system path where the file will be saved. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. For detailed error codes, see the ZoomVideoSDKErrors enum.