|
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. When the message is from a broadcast streaming viewer, this returns nil. | |
| NSString *_Nullable | senderName |
| The sender's display name. This returns the sender's name for both session users and broadcast streaming viewers. | |
| ZoomVideoSDKUser *_Nullable | receiverUser |
| The receiver user. | |
| NSString *_Nullable | content |
| The message content. | |
| long long | timeStamp |
| The message sent time in timestamp. | |
| BOOL | isChatToAll |
| Determines whether the message is sent to all users. | |
| BOOL | isSelfSend |
| Determines whether the message is sent by me. | |
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 38 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
Determines whether the message is sent to all users.
Definition at line 46 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
Determines whether the message is sent by me.
Definition at line 50 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The message ID.
Definition at line 19 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The receiver user.
Definition at line 33 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The sender's display name. This returns the sender's name for both session users and broadcast streaming viewers.
Definition at line 28 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicstrong |
The sender user. When the message is from a broadcast streaming viewer, this returns nil.
Definition at line 23 of file ZoomVideoSDKChatHelper.h.
|
readwritenonatomicassign |
The message sent time in timestamp.
Definition at line 42 of file ZoomVideoSDKChatHelper.h.