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 17 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The message content.
Definition at line 36 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
The message is send to all user or not.
Definition at line 44 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
The message is send by me or not.
Definition at line 48 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The message ID.
Definition at line 22 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The receiver user.
Definition at line 31 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The sender user.
Definition at line 26 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
The message sent time in timestamp.
Definition at line 40 of file ZoomVideoSDKChatHelper.h.