iOS API
Properties | List of all members
MobileRTCMeetingChat Class Reference

Retrieve the meeting chat data. More...

#import <MobileRTCMeetingChat.h>

Inheritance diagram for MobileRTCMeetingChat:

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.
 

Detailed Description

Retrieve the meeting chat data.

Warning
The function is optional.

The documentation for this class was generated from the following file: