ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IMeetingChatCtrlEvent Class Referenceabstract

Meeting chat callback event. More...

#include <meeting_chat_interface.h>

Public Member Functions

virtual void onChatMsgNotifcation (IChatMsgInfo *chatMsg, const wchar_t *content=NULL)=0
 Chat message callback. This function is used to inform the user once received the message sent by others. More...
 
virtual void onChatStautsChangedNotification (ChatStatus *status_)=0
 The authority of chat changes callback. This function is used to inform the user when the authority of chat changes in the meeting or webinar. More...
 

Detailed Description

Meeting chat callback event.

Member Function Documentation

◆ onChatMsgNotifcation()

virtual void IMeetingChatCtrlEvent::onChatMsgNotifcation ( IChatMsgInfo chatMsg,
const wchar_t *  content = NULL 
)
pure virtual

Chat message callback. This function is used to inform the user once received the message sent by others.

Parameters
chatMsgAn object pointer to the chat message.
contentA pointer to the chat message in json format. This parameter is currently invalid, hereby only for reservations.

◆ onChatStautsChangedNotification()

virtual void IMeetingChatCtrlEvent::onChatStautsChangedNotification ( ChatStatus status_)
pure virtual

The authority of chat changes callback. This function is used to inform the user when the authority of chat changes in the meeting or webinar.

Parameters
status_The chat status. For more details, see ChatStatus.

The documentation for this class was generated from the following file: