Package-level declarations

Functions

Link copied to clipboard
fun rememberTextStream(topic: String, room: Room? = null): State<List<TextStreamData>>

Registers a text stream handler for topic, and returns a state containing a list with a TextStreamData for each received stream.