|
Video SDK for iOS API Reference
|
A class that contains all the information for a message. More...
#include <ZoomVideoSDKChatHelper.h>
Inherits NSObject.
Properties | |
| NSString *_Nullable | messageID |
| The message ID. | |
| ZoomVideoSDKUser *_Nullable | senderUser |
| The sender user. | |
| ZoomVideoSDKUser *_Nullable | receiverUser |
| The receiver user. | |
| NSString *_Nullable | content |
| The message content. | |
| long long | timeStamp |
| The message sent time in timestamp. | |
| BOOL | isChatToAll |
| The message is send to all user or not. | |
| BOOL | isSelfSend |
| The message is send by me or not. | |
A class that contains all the information for a message.
Definition at line 14 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The message content.
Definition at line 33 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
The message is send to all user or not.
Definition at line 41 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
The message is send by me or not.
Definition at line 45 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The message ID.
Definition at line 19 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The receiver user.
Definition at line 28 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The sender user.
Definition at line 23 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
The message sent time in timestamp.
Definition at line 37 of file ZoomVideoSDKChatHelper.h.