Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKFileSender Class Reference

#include <ZoomSDKMeetingChatController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- cancelSend
 Cancel the file send.
 

Properties

ZoomSDKFileTransferInfotransferInfo
 The basic information of transfer file.
 
unsigned int receiverUserId
 Get file receiver's user ID.
 

Detailed Description

Definition at line 48 of file ZoomSDKMeetingChatController.h.

Method Documentation

◆ cancelSend

- (ZoomSDKError) cancelSend

Cancel the file send.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Property Documentation

◆ receiverUserId

- (unsigned int) receiverUserId
readnonatomicassign

Get file receiver's user ID.

Note
0 specify the file send to all.

Definition at line 57 of file ZoomSDKMeetingChatController.h.

◆ transferInfo

- (ZoomSDKFileTransferInfo*) transferInfo
readnonatomicretain

The basic information of transfer file.

Definition at line 52 of file ZoomSDKMeetingChatController.h.