Skip to content

Commit f0ab938

Browse files
committed
Fix the prerequisites
1 parent faaa31d commit f0ab938

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/get-started/get-started-windows.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,23 @@ You can make an outbound call by providing a user ID in the text field and click
211211

212212
You can download the sample app from [GitHub](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/CallingWinUI).
213213

214+
### Prerequisites
215+
216+
To complete this tutorial, you need the following prerequisites:
217+
218+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
219+
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Windows App SDK version 1.2 preview 2](https://learn.microsoft.com/windows/apps/windows-app-sdk/preview-channel#version-12-preview-2-120-preview2).
220+
- Basic understanding of how to create a WinUI 3 app. [Create your first WinUI 3 (Windows App SDK) project](https://learn.microsoft.com/windows/apps/winui/winui3/create-your-first-winui3-app?pivots=winui3-packaged-csharp) is a good resource to start with.
221+
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md). You need to **record your connection string** for this quickstart.
222+
- A [User Access Token](../../../identity/access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command with your connection string to create a user and an access token.
223+
224+
225+
```azurecli-interactive
226+
az communication identity token issue --scope voip --connection-string "yourConnectionString"
227+
```
228+
229+
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../../identity/access-tokens.md?pivots=platform-azcli).
230+
214231
### Setting up
215232

216233
#### Creating the project

0 commit comments

Comments
 (0)