Skip to content

Commit 62efbe7

Browse files
authored
slight updates
1 parent a8b8e1a commit 62efbe7

File tree

1 file changed

+2
-2
lines changed
  • articles/communication-services/how-tos/calling-sdk/includes/install-sdk

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: micahvivion
77
---
88
## Install the SDK
99

10-
Use the `npm install` command to install the Azure Communication Services Common and Calling SDKs for JavaScript:
10+
Use the `npm install` command to install the Azure Communication Services Common and Calling SDK for JavaScript:
1111

1212
```console
1313
npm install @azure/communication-common --save
@@ -51,7 +51,7 @@ The `Call Agent` instance helps you manage calls (to join or start calls). In or
5151
**Connected** - A `Call Agent` connectionStatue value of `Connected` means the client SDK is connected and capable of receiving notifications from Microsoft infrastructure.
5252

5353
**Disconnected** - A `Call Agent` connectionStatue value of `Disconnected` states there's an issue that is preventing the SDK it from properly connecting. `Call Agent` should be re-created.
54-
- `invalidToken`: If a token expired or it's invalid `Call Agent` instance disconnects with this error.
54+
- `invalidToken`: If a token is expired or is invalid `Call Agent` instance disconnects with this error.
5555
- `connectionIssue`: If there's an issue with the client connecting to Microsoft infrascture, after many retries `Call Agent` exposes the `connectionIssue` error.
5656

5757
You can check if your local `Call Agent` is connected to Microsoft infrastructure by inspecting the current value of `connectionState` property. During an active call you can listen to the `connectionStateChanged` event to determine if `Call Agent` changes from **Connected** to **Disconnected** state.

0 commit comments

Comments
 (0)