|
Video SDK for MacOS API Reference
|
Represents a chat message within a session. More...
#include <ZMVideoSDKChatMessage.h>
Inherits NSObject.
Properties | |
| ZMVideoSDKUser * | sendUser |
| Get the send user object of the message. | |
| ZMVideoSDKUser * | receiverUser |
| Get the receive user object of the message. | |
| NSString * | content |
| Content of the message. | |
| time_t | timeStamp |
| Time stamp of the message. | |
| BOOL | isChatToAll |
| Determine if the message is send to all. | |
| BOOL | isSelfSend |
| Determine if the message is send by yourself. | |
| NSString * | messageID |
| Get the message ID of the current message. | |
Represents a chat message within a session.
Definition at line 15 of file ZMVideoSDKChatMessage.h.
|
readnonatomiccopy |
Content of the message.
Definition at line 32 of file ZMVideoSDKChatMessage.h.
|
readnonatomicassign |
Determine if the message is send to all.
Definition at line 42 of file ZMVideoSDKChatMessage.h.
|
readnonatomicassign |
Determine if the message is send by yourself.
Definition at line 47 of file ZMVideoSDKChatMessage.h.
|
readnonatomiccopy |
Get the message ID of the current message.
Definition at line 52 of file ZMVideoSDKChatMessage.h.
|
readnonatomicretain |
Get the receive user object of the message.
Definition at line 27 of file ZMVideoSDKChatMessage.h.
|
readnonatomicretain |
Get the send user object of the message.
Definition at line 21 of file ZMVideoSDKChatMessage.h.
|
readnonatomicassign |
Time stamp of the message.
Definition at line 37 of file ZMVideoSDKChatMessage.h.