Package 

Class RememberParticipantsKt

    • Method Summary

      Modifier and Type Method Description
      final static State<List<Participant>> rememberParticipants(Room passedRoom) Remembers the full list of participants, with the local participant included as the first item in the list.
      • Methods inherited from class java.lang.Object

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

      • rememberParticipants

        @Composable() final static State<List<Participant>> rememberParticipants(Room passedRoom)

        Remembers the full list of participants, with the local participant included as the first item in the list.

        Updates automatically whenever the participant list changes.