7#ifndef _ZOOM_VIDEO_SDK_CHAT_MESSAGE_INTERFACE_H_
8#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
Get the send user object of the message.
virtual IZoomVideoSDKUser * getReceiveUser()=0
Get the receive user object of the message.
virtual const zchar_t * getMessageID()=0
Get the message ID of the current message.
virtual bool isChatToAll()=0
Determine if the message is send to all.
virtual const zchar_t * getContent()=0
Get the content of the message.
virtual bool isSelfSend()=0
Determine if the message is send by yourself.
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE