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
 Cancels the file send.
 

Properties

ZoomSDKFileTransferInfotransferInfo
 The basic information of transfer file.
 
unsigned int receiverUserId
 Gets 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

Cancels the file send.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ receiverUserId

- (unsigned int) receiverUserId
readnonatomicassign

Gets 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.