|
Meeting SDK for iOS API Reference
|
A class for file sender. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Instance Methods | |
| (NSInteger) | - getReceiverUserId |
| Gets the file receiver's user ID. | |
| (MobileRTCSDKError) | - cancelSend |
| Cancels the file send. | |
Properties | |
| MobileRTCFileTransferInfo * | transferInfo |
| The basic information of the transfer file. | |
A class for file sender.
Definition at line 65 of file MobileRTCMeetingChat.h.
| - (MobileRTCSDKError) cancelSend |
Cancels the file send.
| - (NSInteger) getReceiverUserId |
Gets the file receiver's user ID.
|
readwritenonatomicstrong |
The basic information of the transfer file.
Definition at line 70 of file MobileRTCMeetingChat.h.