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
7#ifndef _ZOOM_VIDEO_SDK_CHAT_MESSAGE_INTERFACE_H_
8#define _ZOOM_VIDEO_SDK_CHAT_MESSAGE_INTERFACE_H_
10
16{
17public:
19
23 virtual const zchar_t* getMessageID() = 0;
24
28
32
35 virtual const zchar_t* getContent() = 0;
36
39 virtual time_t getTimeStamp() = 0;
40
43 virtual bool isChatToAll() = 0;
44
47 virtual bool isSelfSend() = 0;
48};
50#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