Skip to content

Commit c46fd42

Browse files
authored
Update manage-calls-web.md
1 parent fc85181 commit c46fd42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ The state can be:
198198
199199
- `callEndReason`: To learn why a participant left the call, check the `callEndReason` property:
200200
```js
201-
call.on('remote')
202201
const callEndReason = remoteParticipant.callEndReason;
203202
const callEndReasonCode = callEndReason.code // (number) code associated with the reason
204203
const callEndReasonSubCode = callEndReason.subCode // (number) subCode associated with the reason

0 commit comments

Comments
 (0)