Meeting SDK for iOS API Reference
|
Interface for file sender. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Instance Methods | |
(NSInteger) | - getReceiverUserId |
Get file receiver's user id. | |
(MobileRTCSDKError) | - cancelSend |
Cancel the file send. | |
Properties | |
MobileRTCFileTransferInfo * | transferInfo |
The basic information of transfer file. | |
Interface for file sender.
Definition at line 60 of file MobileRTCMeetingChat.h.
- (MobileRTCSDKError) cancelSend |
Cancel the file send.
- (NSInteger) getReceiverUserId |
Get file receiver's user id.
|
readwritenonatomicstrong |
The basic information of transfer file.
Definition at line 64 of file MobileRTCMeetingChat.h.