Meeting SDK for iOS API Reference
|
Retrieve the meeting chat data. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Properties | |
NSString *_Nullable | chatId |
The message ID. | |
NSString *_Nullable | senderId |
The ID of user who sends message. | |
NSString *_Nullable | senderName |
The screen name of user who sends message. | |
NSString *_Nullable | receiverId |
The ID of user who receives message. | |
NSString *_Nullable | receiverName |
The screen name of user who receives message. | |
NSString *_Nullable | content |
The message content. | |
NSDate *_Nullable | date |
The message timestamps. | |
MobileRTCChatMessageType | chatMessageType |
The Chat message type. | |
BOOL | isMyself |
Whether the message is sent by the user himself or not. | |
BOOL | isPrivate |
Whether the message is private or not. | |
BOOL | isChatToAll |
Whether the message is send to all or not. | |
BOOL | isChatToAllPanelist |
Whether the message is send to all panelist or not. | |
BOOL | isChatToWaitingroom |
Whether the message is send to waiting room or not. | |
BOOL | isComment |
Determine if the current message is a comment replying to another message. | |
BOOL | isThread |
Determine if the current message is part of a message thread. and can be directly replied to. | |
NSArray< MobileRTCRichTextStyleItem * > *_Nullable | textStyleItemList |
Get the current message’s chat message font style list. | |
NSArray< MobileRTCSegmentDetails * > *_Nullable | segmentDetails |
Get the chat message segment content and style detail of the current message. | |
NSString *_Nullable | threadID |
Get the current message’s thread ID. | |
Retrieve the meeting chat data.
Definition at line 655 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The message ID.
Definition at line 659 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The Chat message type.
Definition at line 688 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The message content.
Definition at line 679 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The message timestamps.
Definition at line 683 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is send to all or not.
Definition at line 701 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is send to all panelist or not.
Definition at line 705 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is send to waiting room or not.
Definition at line 709 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Determine if the current message is a comment replying to another message.
Definition at line 713 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is sent by the user himself or not.
Definition at line 693 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is private or not.
Definition at line 697 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Determine if the current message is part of a message thread. and can be directly replied to.
Definition at line 717 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The ID of user who receives message.
Definition at line 671 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The screen name of user who receives message.
Definition at line 675 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Get the chat message segment content and style detail of the current message.
Definition at line 728 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The ID of user who sends message.
Definition at line 663 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The screen name of user who sends message.
Definition at line 667 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Get the current message’s chat message font style list.
Definition at line 722 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Get the current message’s thread ID.
Definition at line 732 of file MobileRTCMeetingChat.h.