Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_chat_message_interface.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_VIDEO_SDK_CHAT_MESSAGE_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_CHAT_MESSAGE_INTERFACE_H_
9
17{
18public:
24 virtual const zchar_t* getMessageID() = 0;
25
31
37
42 virtual const zchar_t* getContent() = 0;
43
48 virtual time_t getTimeStamp() = 0;
49
54 virtual bool isChatToAll() = 0;
55
60 virtual bool isSelfSend() = 0;
61};
63#endif
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
wchar_t zchar_t