|
iOS SDK API Reference
|
Retrieve the meeting chat data. More...
#import <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. | |
Retrieve the meeting chat data.
Definition at line 15 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The message ID.
Definition at line 20 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The Chat message type.
Definition at line 49 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The message content.
Definition at line 40 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The message timestamps.
Definition at line 44 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is send to all or not.
Definition at line 62 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is send to all panelist or not.
Definition at line 66 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is send to waiting room or not.
Definition at line 70 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is sent by the user himself or not.
Definition at line 54 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Whether the message is private or not.
Definition at line 58 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The ID of user who receives message.
Definition at line 32 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The screen name of user who receives message.
Definition at line 36 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The ID of user who sends message.
Definition at line 24 of file MobileRTCMeetingChat.h.
|
readwritenonatomicretain |
The screen name of user who sends message.
Definition at line 28 of file MobileRTCMeetingChat.h.