|
Meeting SDK for iOS API Reference
|
A class for file receiver. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Instance Methods | |
| (NSInteger) | - getSenderUserId |
| Gets the file sender's user ID. | |
| (MobileRTCSDKError) | - cancelReceive |
| Cancels the file receive. | |
| (MobileRTCSDKError) | - startReceive: |
| Starts receiving the file. | |
Properties | |
| MobileRTCFileTransferInfo * | transferInfo |
| The basic information of the transfer file. | |
A class for file receiver.
Definition at line 89 of file MobileRTCMeetingChat.h.
| - (MobileRTCSDKError) cancelReceive |
Cancels the file receive.
| - (NSInteger) getSenderUserId |
Gets the file sender's user ID.
| - (MobileRTCSDKError) startReceive: | (NSString *_Nullable) | path |
Starts receiving the file.
| path | The path to receive the file. |
|
readwritenonatomicstrong |
The basic information of the transfer file.
Definition at line 94 of file MobileRTCMeetingChat.h.