Skip to content

Commit c55a758

Browse files
authored
Update manage-calls-web.md
1 parent e89d694 commit c55a758

File tree

1 file changed

+1
-0
lines changed
  • articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ const callerIdentity = call.callerInfo.displayName;
248248
|`Disconnecting`| After any state | The transition state before the call goes to a `Disconnected` state.|
249249
| `Disconnected`| Final state | The final state of the call. If the network connection is lost, the state changes to `Disconnected` after two minutes.|
250250
251+
251252
```js
252253
const callState = call.state;
253254
```

0 commit comments

Comments
 (0)