Meeting chat callback event.
More...
#include <meeting_chat_interface.h>
Meeting chat callback event.
Definition at line 171 of file meeting_chat_interface.h.
◆ ~IMeetingChatCtrlEvent()
virtual IMeetingChatCtrlEvent::~IMeetingChatCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onChatMsgDeleteNotification()
virtual void IMeetingChatCtrlEvent::onChatMsgDeleteNotification |
( |
const wchar_t * |
msgID, |
|
|
SDKChatMessageDeleteType |
deleteBy |
|
) |
| |
|
pure virtual |
Chat message be deleted callback. This function is used to inform the user host/myself the message be deleted.
- Parameters
-
MsgID | is the id of the deleted message. |
deleteBy | Indicates by whom the message was deleted. |
◆ 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. |
◆ onShareMeetingChatStatusChanged()
virtual void IMeetingChatCtrlEvent::onShareMeetingChatStatusChanged |
( |
bool |
isStart | ) |
|
|
pure virtual |