6#ifndef _ZOOM_VIDEO_SDK_CHAT_MESSAGE_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_CHAT_MESSAGE_INTERFACE_H_
virtual ~IZoomVideoSDKChatMessage()
virtual time_t getTimeStamp()=0
Get the time stamp of the message.
virtual IZoomVideoSDKUser * getSendUser()=0
Gets the sender user object of the message. When the message is sent from a broadcast streaming viewe...
virtual IZoomVideoSDKUser * getReceiveUser()=0
Gets the receiver user object of the message.
virtual const zchar_t * getMessageID()=0
Get the message ID of the current message.
virtual bool isChatToAll()=0
Determines if the message is send to all.
virtual const zchar_t * getContent()=0
Gets the content of the message.
virtual bool isSelfSend()=0
Determines if the message is send by yourself.
virtual const zchar_t * getSendName()=0
Gets the sender's display name. This function returns the sender's name for both session users and br...
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE