Package-level declarations
Basic chat functionality provided through the rememberChat composable function.
Types
Link copied to clipboard
class Chat(localParticipant: LocalParticipant, dataHandler: DataHandler, serverSupportsDataStreams: () -> Boolean)
Chat state for sending messages through LiveKit.
Link copied to clipboard
@Serializable
A chat message.
Functions
Link copied to clipboard
Creates a Chat that is remembered across compositions.