Package-level declarations
Utilities to observe Room events and data flows.
Types
A state holder for handling data messages.
A representation of a message sent/received through LiveKit.
Options for publishing data channel messages.
Standard topics for use with rememberDataMessageHandler
Legacy topics for use with rememberDataMessageHandler
A representation of the aggregated data from a text stream.
Functions
Creates a DataHandler that is remembered across recompositions. It listens to the specified topic and emits all the messages through DataHandler.messageFlow. Any messages sent through DataHandler.sendMessage will be sent on the specified topic.
A utility method to obtain a flow for events.
A utility method to obtain a flow for specific room events.
A utility method to obtain a flow for specific track events.