#include <meeting_chat_interface.h>
Definition at line 429 of file meeting_chat_interface.h.
◆ ~ISDKFileSender()
virtual ISDKFileSender::~ISDKFileSender |
( |
| ) |
|
|
inlinevirtual |
◆ CancelSend()
virtual SDKError ISDKFileSender::CancelSend |
( |
| ) |
|
|
pure virtual |
Cancel the file send.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetReceiver()
virtual unsigned int ISDKFileSender::GetReceiver |
( |
| ) |
|
|
pure virtual |
Get file receiver'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()