Skip to content

Commit c04a8d9

Browse files
committed
fix: document the behavior change of active list
1 parent 882a3fe commit c04a8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/android-core/participants/remote-participants.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The `meeting.participants` object has the following **lists** of participants
4545
except the local user
4646
- **waitlisted**: A list that contains all the participants waiting to join the
4747
meeting.
48-
- **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.
48+
- **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.
4949
- **pinned**: A list that contains all the pinned participants of the meeting.
5050
- **screenShares**: A list that contains all the participants who are sharing their screen.
5151

0 commit comments

Comments
 (0)