Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKMeetingChatControllerDelegate> Protocol 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.
 

Detailed Description

Definition at line 537 of file ZoomSDKMeetingChatController.h.

Method Documentation

◆ onChatMessageEditNotification:

- (void) onChatMessageEditNotification: (ZoomSDKChatInfo *) chatInfo

Sink the event that a chat message is edited.

Parameters
chatInfoThe chat message object.

◆ onChatMessageNotification:

- (void) onChatMessageNotification: (ZoomSDKChatInfo *) chatInfo

In-meeting users receive the notification of chat messages.

Parameters
chatInfoChat information received by user.

◆ onFileReceived:

- (void) onFileReceived: (ZoomSDKFileReceiver *) receiver

Invoked when receiving a file from another user.

Parameters
receiverThe class to receive file object.

◆ onFileSendStart:

- (void) onFileSendStart: (ZoomSDKFileSender *) sender

Invoked when start send file.

Parameters
senderThe class to sendfile object.

◆ onFileTransferProgress:

- (void) onFileTransferProgress: (ZoomSDKFileTransferInfo *) info

Invoked when send or receive file status change.

Parameters
infoThe class to basic transfer information.