participants

open override val participants: RtkParticipants

The participants object consists of 4 lists of participants described below and methods that work on multiple participants

  • waitlisted - List of participant objects that are waiting to be let in

  • joined - List of participant objects that are in the meeting right now

  • active - List of participant objects that should be rendered on the screen right now

  • pinned - List of participant objects that are marked pinned

Return

RtkParticipants