Skip to content

Commit

Permalink
fix: document the behavior change of active list
Browse files Browse the repository at this point in the history
  • Loading branch information
harshs-dyte committed Jan 6, 2025
1 parent 882a3fe commit c04a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/android-core/participants/remote-participants.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The `meeting.participants` object has the following **lists** of participants
except the local user
- **waitlisted**: A list that contains all the participants waiting to join the
meeting.
- **active**: A list that contains all the participants, **including** the local user whose media is subscribed to i.e participants who are supposed to be on the screen at the moment, including the local user.
- **active**: A list that contains all the participants, **excluding** the local user whose media is subscribed to i.e participants who are supposed to be on the screen at the moment, except the local user.
- **pinned**: A list that contains all the pinned participants of the meeting.
- **screenShares**: A list that contains all the participants who are sharing their screen.

Expand Down

0 comments on commit c04a8d9

Please sign in to comment.