Skip to content

Commit f79ab32

Browse files
author
Kevin Le Goff
committed
Add comma
1 parent 2481ee9 commit f79ab32

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
@@ -244,7 +244,7 @@ const state = remoteParticipant.state;
244244
```
245245
Note:
246246
- This property is only set when adding a remote participant via the Call.addParticipant() API, and the remote participant declines for example.
247-
- In the scenario, where UserB kicks UserC, from UserA's perspective, UserA doesn't see this flag get set for UserC. In other words UserA doesn't see UserC's callEndReason property get set at all.
247+
- In the scenario, where UserB kicks UserC, from UserA's perspective, UserA doesn't see this flag get set for UserC. In other words, UserA doesn't see UserC's callEndReason property get set at all.
248248

249249
- `isMuted` status: To find out if a remote participant is muted, check the `isMuted` property. It returns `Boolean`.
250250

0 commit comments

Comments
 (0)