Skip to content

Commit 820df13

Browse files
authored
Update articles/communication-services/concepts/voice-video-calling/pre-call-diagnostics.md
Acrolinx fix
1 parent 6a986a5 commit 820df13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/voice-video-calling/pre-call-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Pre-Call API enables developers to programmatically validate a client’s re
2323
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2424
- [Node.js](https://nodejs.org/) active Long Term Support(LTS) versions are recommended.
2525
- An active Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
26-
- A User Access Token to instantiate the call client. Learn how to [create and manage user access tokens](../../quickstarts/access-tokens.md). You can also use the Azure CLI and run the command below with your connection string to create a user and an access token. (Need to grab connection string from the resource through Azure Portal.)
26+
- A User Access Token to instantiate the call client. Learn how to [create and manage user access tokens](../../quickstarts/access-tokens.md). You can also use the Azure CLI and run the command below with your connection string to create a user and an access token. (Need to grab connection string from the resource through Azure portal.)
2727

2828
```azurecli-interactive
2929
az communication identity token issue --scope voip --connection-string "yourConnectionString"

0 commit comments

Comments
 (0)