Skip to content

Commit bdbc8f3

Browse files
authored
Update pre-call-diagnostics.md
1 parent f03e61b commit bdbc8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ The Pre-Call API enables developers to programmatically validate a client’s re
2222

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.
25-
- An active Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md).
26-
- A User Access Token to instantiate the call client. Learn how to [create and manage user access tokens](../../../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.)
25+
- 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.)
2727

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

32-
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../../access-tokens.md?pivots=platform-azcli).
32+
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../quickstarts/access-tokens.md?pivots=platform-azcli).
3333

3434
## Accessing Pre-Call APIs
3535

0 commit comments

Comments
 (0)