Meeting SDK for macOS API Reference
|
#include <ZoomSDKMeetingChatController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - startReceive: |
Start receive the file. | |
(ZoomSDKError) | - cancelReceive |
Cancel the file receive. | |
Properties | |
ZoomSDKFileTransferInfo * | transferInfo |
The basic information of transfer file. | |
unsigned int | senderUserId |
Get file sender's user ID. | |
Definition at line 64 of file ZoomSDKMeetingChatController.h.
- (ZoomSDKError) cancelReceive |
Cancel the file receive.
- (ZoomSDKError) startReceive: | (NSString *) | path |
Start receive the file.
path | The path to receive the file. you need to pass the complete path, including the file name and file format. |
|
readnonatomicassign |
Get file sender's user ID.
Definition at line 72 of file ZoomSDKMeetingChatController.h.
|
readnonatomicretain |
The basic information of transfer file.
Definition at line 68 of file ZoomSDKMeetingChatController.h.