SessionMessages

abstract class SessionMessages

Handles all the messages that are sent and received within a Session.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val isSending: Boolean

Indicates if currently sending a chat message.

Link copied to clipboard

The log of all messages sent and received.

Functions

Link copied to clipboard
abstract suspend fun send(message: String, options: StreamTextOptions = StreamTextOptions()): Result<ReceivedChatMessage>

Send a message through LiveKit.