-
public final class RememberConnectionStateKt
-
-
Method Summary
Modifier and Type Method Description final static State<Room.State>rememberConnectionState(Room passedRoom)Returns the Room.State from passedRoom or the local RoomScope if null. -
-
Method Detail
-
rememberConnectionState
@Composable() final static State<Room.State> rememberConnectionState(Room passedRoom)
Returns the Room.State from passedRoom or the local RoomScope if null.
-
-
-
-