|
Video SDK for Linux API Reference
|
Interface for managing a file that is being sent in the Zoom Video SDK. Inherits from IZoomVideoSDKFileTransferBaseInfo. More...
#include <zoom_video_sdk_def.h>
Inherits IZoomVideoSDKFileTransferBaseInfo.
Public Member Functions | |
| virtual | ~IZoomVideoSDKSendFile () |
| virtual IZoomVideoSDKUser * | getReceiver ()=0 |
| Get the receiver of the file transfer. | |
| virtual ZoomVideoSDKErrors | cancelSend ()=0 |
| Cancel the ongoing file transfer. | |
Public Member Functions inherited from IZoomVideoSDKFileTransferBaseInfo | |
| virtual | ~IZoomVideoSDKFileTransferBaseInfo () |
| virtual time_t | getTimeStamp ()=0 |
| Get the timestamp when the file transfer started. | |
| virtual bool | isSendToAll ()=0 |
| Check whether the file was sent to all participants. | |
| virtual uint32_t | getFileSize ()=0 |
| Get the size of the file in bytes. | |
| virtual const zchar_t * | getFileName ()=0 |
| Get the name of the file being transferred. | |
| virtual ZoomVideoSDKFileStatus | getStatus ()=0 |
| Get the current transfer status of the file. | |
Interface for managing a file that is being sent in the Zoom Video SDK. Inherits from IZoomVideoSDKFileTransferBaseInfo.
Definition at line 740 of file zoom_video_sdk_def.h.
|
inlinevirtual |
Definition at line 743 of file zoom_video_sdk_def.h.
|
pure virtual |
Cancel the ongoing file transfer.
|
pure virtual |
Get the receiver of the file transfer.