Meeting chat callback event.
More...
#include <meeting_chat_interface.h>
Meeting chat callback event.
◆ 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
-
chatMsg | An object pointer to the chat message. |
content | A 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: