Meeting chat callback event.
More...
#include <meeting_chat_interface.h>
Meeting chat callback event.
Definition at line 471 of file meeting_chat_interface.h.
◆ ~IMeetingChatCtrlEvent()
virtual IMeetingChatCtrlEvent::~IMeetingChatCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onChatMessageEditNotification()
virtual void IMeetingChatCtrlEvent::onChatMessageEditNotification |
( |
IChatMsgInfo * | chatMsg | ) |
|
|
pure virtual |
Chat message be edited callback.
- Parameters
-
chatMsg | An object pointer to the chat message. |
◆ onChatMsgDeleteNotification()
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. |
◆ onChatMsgNotification()
virtual void IMeetingChatCtrlEvent::onChatMsgNotification |
( |
IChatMsgInfo * | chatMsg, |
|
|
const zchar_t * | content = nullptr ) |
|
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.
|
◆ onChatStatusChangedNotification()
virtual void IMeetingChatCtrlEvent::onChatStatusChangedNotification |
( |
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. |
◆ onFileReceived()
virtual void IMeetingChatCtrlEvent::onFileReceived |
( |
ISDKFileReceiver * | receiver | ) |
|
|
pure virtual |
Invoked when receiving a file from another user.
- Parameters
-
receiver | The class to receive the file object. |
◆ onFileSendStart()
virtual void IMeetingChatCtrlEvent::onFileSendStart |
( |
ISDKFileSender * | sender | ) |
|
|
pure virtual |
Invoked when start send file.
- Parameters
-
sender | The class to send file object. |
◆ onFileTransferProgress()
Invoked when send or receive file status change.
- Parameters
-
info | The class to basic transfer information. |
◆ onShareMeetingChatStatusChanged()
virtual void IMeetingChatCtrlEvent::onShareMeetingChatStatusChanged |
( |
bool | isStart | ) |
|
|
pure virtual |