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

MobileRTCFileTransferInfotransferInfo
 The basic information of the transfer file.

Detailed Description

A class for file sender.

Definition at line 65 of file MobileRTCMeetingChat.h.

Method Documentation

◆ cancelSend

- (MobileRTCSDKError) cancelSend

Cancels the file send.

Returns
The error type of the cancel action.

References cancelSend.

Referenced by cancelSend.

◆ getReceiverUserId

- (NSInteger) getReceiverUserId

Gets the file receiver's user ID.

Returns
The receiver user ID. -1 specifies an internal error getting the user ID. 0 specifies the file is sent to all.

References getReceiverUserId.

Referenced by getReceiverUserId.

Property Documentation

◆ transferInfo

- (MobileRTCFileTransferInfo*) transferInfo
readwritenonatomicstrong

The basic information of the transfer file.

Definition at line 70 of file MobileRTCMeetingChat.h.