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