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

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

#include <ZoomSDKMeetingChatController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- startReceive:
 Start receive the file.
 
(ZoomSDKError- cancelReceive
 Cancel the file receive.
 

Properties

ZoomSDKFileTransferInfotransferInfo
 The basic information of transfer file.
 
unsigned int senderUserId
 Get file sender's user ID.
 

Detailed Description

Provides control over receiving a file in a Zoom meeting chat.

Definition at line 83 of file ZoomSDKMeetingChatController.h.

Method Documentation

◆ cancelReceive

- (ZoomSDKError) cancelReceive

Cancel the file receive.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ startReceive:

- (ZoomSDKError) startReceive: (NSString *) path

Start receive the file.

Parameters
pathThe path to receive the file. you need to pass the complete path, including the file name and file format.
Returns
If the function succeeds, it will return ZoomSDKError_Success.

Property Documentation

◆ senderUserId

- (unsigned int) senderUserId
readnonatomicassign

Get file sender's user ID.

Definition at line 91 of file ZoomSDKMeetingChatController.h.

◆ transferInfo

- (ZoomSDKFileTransferInfo*) transferInfo
readnonatomicretain

The basic information of transfer file.

Definition at line 87 of file ZoomSDKMeetingChatController.h.