Package 

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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • rememberConnectionState

        @Composable() final static State<Room.State> rememberConnectionState(Room passedRoom)

        Returns the Room.State from passedRoom or the local RoomScope if null.