|
Meeting SDK for iOS API Reference
|
A class that retrieves meeting chat data. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Properties | |
| NSString *_Nullable | chatId |
| The message ID. | |
| NSString *_Nullable | senderId |
| The ID of the user who sends the message. | |
| NSString *_Nullable | senderName |
| The screen name of the user who sends the message. | |
| NSString *_Nullable | receiverId |
| The ID of the user who receives the message. | |
| NSString *_Nullable | receiverName |
| The screen name of the user who receives the message. | |
| NSString *_Nullable | content |
| The message content. | |
| NSDate *_Nullable | date |
| The message timestamp. | |
| MobileRTCChatMessageType | chatMessageType |
| The chat message type. | |
| BOOL | isMyself |
| Indicates whether the message is sent by the user themselves. | |
| BOOL | isPrivate |
| Indicates whether the message is private. | |
| BOOL | isChatToAll |
| Indicates whether the message is sent to all. | |
| BOOL | isChatToAllPanelist |
| Indicates whether the message is sent to all panelists. | |
| BOOL | isChatToWaitingroom |
| Indicates whether the message is sent to the waiting room. | |
| BOOL | isComment |
| Determines if the current message is a comment replying to another message. | |
| BOOL | isThread |
| Determines if the current message is part of a message thread and can be directly replied to. | |
| NSArray< MobileRTCRichTextStyleItem * > *_Nullable | textStyleItemList |
| Gets the current message's chat message font style list. | |
| NSArray< MobileRTCSegmentDetails * > *_Nullable | segmentDetails |
| Gets the chat message segment content and style detail of the current message. | |
| NSString *_Nullable | threadID |
| Gets the current message's thread ID. | |
A class that retrieves meeting chat data.
Definition at line 717 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The message ID.
Definition at line 722 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The chat message type.
Definition at line 757 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The message content.
Definition at line 747 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The message timestamp.
Definition at line 752 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Indicates whether the message is sent to all.
Definition at line 772 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Indicates whether the message is sent to all panelists.
Definition at line 777 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Indicates whether the message is sent to the waiting room.
Definition at line 782 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Determines if the current message is a comment replying to another message.
Definition at line 787 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Indicates whether the message is sent by the user themselves.
Definition at line 762 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Indicates whether the message is private.
Definition at line 767 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Determines if the current message is part of a message thread and can be directly replied to.
Definition at line 792 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The ID of the user who receives the message.
Definition at line 737 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The screen name of the user who receives the message.
Definition at line 742 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Gets the chat message segment content and style detail of the current message.
Definition at line 804 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The ID of the user who sends the message.
Definition at line 727 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The screen name of the user who sends the message.
Definition at line 732 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Gets the current message's chat message font style list.
Definition at line 798 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Gets the current message's thread ID.
Definition at line 808 of file MobileRTCMeetingChat.h.