RTCMessage
RTC message interface.
Represents a complete RTC message including conversation type, target ID, message content, etc. This interface is for internal RTC module use only. External developers should not call this directly.
Inheritors
Functions
Gets the message content.
Gets the conversation type.
Gets the message direction (send or receive).
Gets the local message ID.
Gets the object name (message type identifier).
Gets the message received time.
Gets the sender user ID.
Gets the sending status.
Gets the sent time.
Gets the target ID (room ID or user ID).
Sets the message content.
Sets the message direction.
Sets the local message ID.
Sets the object name.
Sets whether this is an offline message.
Sets the message received time.
Sets the sender user ID.
Sets the sending status.
Sets the sent time.