|
Meeting SDK for iOS API Reference
|
Interface for file receiver. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Instance Methods | |
| (NSInteger) | - getSenderUserId |
| Get file sender's user id . | |
| (MobileRTCSDKError) | - cancelReceive |
| Cancel the file receive. | |
| (MobileRTCSDKError) | - startReceive: |
| Start receive the file. | |
Properties | |
| MobileRTCFileTransferInfo * | transferInfo |
| The basic information of transfer file. | |
Interface for file receiver.
Definition at line 80 of file MobileRTCMeetingChat.h.
| - (MobileRTCSDKError) cancelReceive |
Cancel the file receive.
| - (NSInteger) getSenderUserId |
Get file sender's user id .
| - (MobileRTCSDKError) startReceive: | (NSString *_Nullable) | path |
Start receive the file.
| path | The path to receive the file. |
|
readwritenonatomicstrong |
The basic information of transfer file.
Definition at line 84 of file MobileRTCMeetingChat.h.