-
public final class RememberTextStreamKt
-
-
Method Summary
Modifier and Type Method Description final static State<List<TextStreamData>>rememberTextStream(String topic, Room room)Registers a text stream handler for topic, and returns a state containing a list with a TextStreamData for each received stream. -
-
Method Detail
-
rememberTextStream
@Composable() final static State<List<TextStreamData>> rememberTextStream(String topic, Room room)
Registers a text stream handler for topic, and returns a state containing a list with a TextStreamData for each received stream.
- Parameters:
topic- The topic to listen for text streams.room- The room to register on, or io.livekit.android.compose.local.RoomLocal if none is passed.
-
-
-
-