Meeting SDK for macOS API Reference
|
#include <ZoomSDKMeetingChatController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onChatMessageNotification: |
In-meeting users receive the notification of chat messages. | |
(void) | - onChatMessageEditNotification: |
Sink the event that a chat message is edited. | |
(void) | - onFileSendStart: |
Invoked when start send file. | |
(void) | - onFileReceived: |
Invoked when receiving a file from another user. | |
(void) | - onFileTransferProgress: |
Invoked when send or receive file status change. | |
Definition at line 537 of file ZoomSDKMeetingChatController.h.
- (void) onChatMessageEditNotification: | (ZoomSDKChatInfo *) | chatInfo |
Sink the event that a chat message is edited.
chatInfo | The chat message object. |
- (void) onChatMessageNotification: | (ZoomSDKChatInfo *) | chatInfo |
In-meeting users receive the notification of chat messages.
chatInfo | Chat information received by user. |
- (void) onFileReceived: | (ZoomSDKFileReceiver *) | receiver |
Invoked when receiving a file from another user.
receiver | The class to receive file object. |
- (void) onFileSendStart: | (ZoomSDKFileSender *) | sender |
Invoked when start send file.
sender | The class to sendfile object. |
- (void) onFileTransferProgress: | (ZoomSDKFileTransferInfo *) | info |
Invoked when send or receive file status change.
info | The class to basic transfer information. |