iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingChat Class 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.
 

Detailed Description

Retrieve the meeting chat data.

Warning
The function is optional.

Definition at line 15 of file MobileRTCMeetingChat.h.

Property Documentation

◆ chatId

- (NSString* _Nullable) chatId
readwritenonatomicretain

The message ID.

Definition at line 20 of file MobileRTCMeetingChat.h.

◆ chatMessageType

- (MobileRTCChatMessageType) chatMessageType
readwritenonatomicassign

The Chat message type.

Definition at line 49 of file MobileRTCMeetingChat.h.

◆ content

- (NSString* _Nullable) content
readwritenonatomicretain

The message content.

Definition at line 40 of file MobileRTCMeetingChat.h.

◆ date

- (NSDate* _Nullable) date
readwritenonatomicretain

The message timestamps.

Definition at line 44 of file MobileRTCMeetingChat.h.

◆ isChatToAll

- (BOOL) isChatToAll
readwritenonatomicassign

Whether the message is send to all or not.

Definition at line 62 of file MobileRTCMeetingChat.h.

◆ isChatToAllPanelist

- (BOOL) isChatToAllPanelist
readwritenonatomicassign

Whether the message is send to all panelist or not.

Definition at line 66 of file MobileRTCMeetingChat.h.

◆ isChatToWaitingroom

- (BOOL) isChatToWaitingroom
readwritenonatomicassign

Whether the message is send to waiting room or not.

Definition at line 70 of file MobileRTCMeetingChat.h.

◆ isMyself

- (BOOL) isMyself
readwritenonatomicassign

Whether the message is sent by the user himself or not.

Definition at line 54 of file MobileRTCMeetingChat.h.

◆ isPrivate

- (BOOL) isPrivate
readwritenonatomicassign

Whether the message is private or not.

Definition at line 58 of file MobileRTCMeetingChat.h.

◆ receiverId

- (NSString* _Nullable) receiverId
readwritenonatomicretain

The ID of user who receives message.

Definition at line 32 of file MobileRTCMeetingChat.h.

◆ receiverName

- (NSString* _Nullable) receiverName
readwritenonatomicretain

The screen name of user who receives message.

Definition at line 36 of file MobileRTCMeetingChat.h.

◆ senderId

- (NSString* _Nullable) senderId
readwritenonatomicretain

The ID of user who sends message.

Definition at line 24 of file MobileRTCMeetingChat.h.

◆ senderName

- (NSString* _Nullable) senderName
readwritenonatomicretain

The screen name of user who sends message.

Definition at line 28 of file MobileRTCMeetingChat.h.