Skip to content

Commit 758fc41

Browse files
author
Kevin Le Goff
committed
Imrpove wording
1 parent fac584a commit 758fc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ await call.remoteParticipants[0].mute();
176176

177177
## Manage remote participants
178178

179-
All remote participants are detailed in the `RemoteParticipant` API and available through the `remoteParticipants` collection on a call instance.
179+
All remote participants are detailed in the `RemoteParticipant` object and available through the `remoteParticipants` collection on a call instance. The `remoteParticipants` is accessible from a `Call` instance.
180180

181181
### List the participants in a call
182182

0 commit comments

Comments
 (0)