Callback events for in-meeting chat and file transfer activities.
More...
#include <ZoomSDKMeetingChatController.h>
Inherits <NSObjectNSObject>.
Callback events for in-meeting chat and file transfer activities.
Definition at line 640 of file ZoomSDKMeetingChatController.h.
◆ onChatMessageEditNotification:
Sink the event that a chat message is edited.
- Parameters
-
chatInfo | The chat message object. |
◆ onChatMessageNotification:
In-meeting users receive the notification of chat messages.
- Parameters
-
chatInfo | Chat information received by user. |
◆ onFileReceived:
Invoked when receiving a file from another user.
- Parameters
-
receiver | The class to receive file object. |
◆ onFileSendStart:
Invoked when start send file.
- Parameters
-
sender | The class to sendfile object. |
◆ onFileTransferProgress:
Invoked when send or receive file status change.
- Parameters
-
info | The class to basic transfer information. |