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

Provides control over file sending in a Zoom meeting chat. More...

#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

Provides control over file sending in a Zoom meeting chat.

Definition at line 61 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 70 of file ZoomSDKMeetingChatController.h.

◆ transferInfo

- (ZoomSDKFileTransferInfo*) transferInfo
readnonatomicretain

The basic information of transfer file.

Definition at line 65 of file ZoomSDKMeetingChatController.h.