We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc85181 commit c46fd42Copy full SHA for c46fd42
articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md
@@ -198,7 +198,6 @@ The state can be:
198
199
- `callEndReason`: To learn why a participant left the call, check the `callEndReason` property:
200
```js
201
- call.on('remote')
202
const callEndReason = remoteParticipant.callEndReason;
203
const callEndReasonCode = callEndReason.code // (number) code associated with the reason
204
const callEndReasonSubCode = callEndReason.subCode // (number) subCode associated with the reason
0 commit comments