#include <meeting_chat_interface.h>
Definition at line 445 of file meeting_chat_interface.h.
◆ ~ISDKFileReceiver()
virtual ISDKFileReceiver::~ISDKFileReceiver |
( |
| ) |
|
|
inlinevirtual |
◆ CancelReceive()
virtual SDKError ISDKFileReceiver::CancelReceive |
( |
| ) |
|
|
pure virtual |
Cancel the file receive.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetSender()
virtual unsigned int ISDKFileReceiver::GetSender |
( |
| ) |
|
|
pure virtual |
Get file sender's user id.
- Returns
- The receiver user id. -1 specify the internel error of get user id. 0 specify the file send to all.
◆ GetTransferInfo()
◆ StartReceive()
Start receive the file.
- Parameters
-
path | The path to receive the file. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.