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

#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

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

◆ transferInfo

- (ZoomSDKFileTransferInfo*) transferInfo
readnonatomicretain

The basic information of transfer file.

Definition at line 68 of file ZoomSDKMeetingChatController.h.