Chat message interface.
More...
#include <zoom_video_sdk_chat_message_interface.h>
Chat message interface.
Definition at line 15 of file zoom_video_sdk_chat_message_interface.h.
◆ ~IZoomVideoSDKChatMessage()
virtual IZoomVideoSDKChatMessage::~IZoomVideoSDKChatMessage |
( |
| ) |
|
|
inlinevirtual |
◆ getContent()
virtual const zchar_t * IZoomVideoSDKChatMessage::getContent |
( |
| ) |
|
|
pure virtual |
Get the content of the message.
- Returns
- The content of the message.
◆ getMessageID()
virtual const zchar_t * IZoomVideoSDKChatMessage::getMessageID |
( |
| ) |
|
|
pure virtual |
Get the message ID of the current message.
- Returns
- If the function succeeds, the return value is the message ID of the current message. Otherwise failed, the return value is the string of length zero(0)
◆ getReceiveUser()
Get the receive user object of the message.
- Returns
- If the function succeeds, the return value is receive user object, Otherwise nullptr.
◆ getSendUser()
Get the send user object of the message.
- Returns
- If the function succeeds, the return value is send user object, Otherwise nullptr.
◆ getTimeStamp()
virtual time_t IZoomVideoSDKChatMessage::getTimeStamp |
( |
| ) |
|
|
pure virtual |
Get the time stamp of the message.
- Returns
- The time stamp of the message.
◆ isChatToAll()
virtual bool IZoomVideoSDKChatMessage::isChatToAll |
( |
| ) |
|
|
pure virtual |
Determine if the message is send to all.
- Returns
- True if the message is send to all. Otherwise returns false.
◆ isSelfSend()
virtual bool IZoomVideoSDKChatMessage::isSelfSend |
( |
| ) |
|
|
pure virtual |
Determine if the message is send by yourself.
- Returns
- True if the message is send by yourself. Otherwise returns false.