Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCFileSender Class 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

MobileRTCFileTransferInfotransferInfo
 The basic information of transfer file.
 

Detailed Description

Interface for file sender.

Definition at line 60 of file MobileRTCMeetingChat.h.

Method Documentation

◆ cancelSend

- (MobileRTCSDKError) cancelSend

Cancel the file send.

Returns
The error type of the cancel action,

◆ getReceiverUserId

- (NSInteger) getReceiverUserId

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.

Property Documentation

◆ transferInfo

- (MobileRTCFileTransferInfo*) transferInfo
readwritenonatomicstrong

The basic information of transfer file.

Definition at line 64 of file MobileRTCMeetingChat.h.