|
Meeting SDK for macOS API 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 | |
| ZoomSDKFileTransferInfo * | transferInfo |
| The basic information of transfer file. | |
| unsigned int | receiverUserId |
| Get file receiver's user ID. | |
Provides control over file sending in a Zoom meeting chat.
Definition at line 61 of file ZoomSDKMeetingChatController.h.
| - (ZoomSDKError) cancelSend |
Cancel the file send.
|
readnonatomicassign |
Get file receiver's user ID.
Definition at line 70 of file ZoomSDKMeetingChatController.h.
|
readnonatomicretain |
The basic information of transfer file.
Definition at line 65 of file ZoomSDKMeetingChatController.h.