Skip to content

Commit 856ff1f

Browse files
committed
Addressed some of the warnings
1 parent 7740344 commit 856ff1f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To complete this tutorial, you’ll need the following prerequisites:
3333

3434
In Visual Studio, create a new project with the **Blank App (Universal Windows)** template to set up a single-page Universal Windows Platform (UWP) app.
3535

36-
:::image type="content" source="../../media/windows/create-a-new-project.png" alt-text="Screenshot showing the New Project window within Visual Studio.":::
36+
:::image type="content" source="../../media/windows/create-a-new-project.png" alt-text="Screenshot showing the New UWP Project window within Visual Studio.":::
3737

3838
#### Install the package
3939

@@ -205,7 +205,7 @@ You can build and run the code on Visual Studio. Please note that for solution p
205205

206206
You can make an outbound call by providing a user ID in the text field and clicking the `Start Call` button. Calling `8:echo123` connects you with an echo bot, this is great for getting started and verifying your audio devices are working.
207207

208-
:::image type="content" source="../../media/windows/run-the-app.png" alt-text="Screenshot showing running the quickstart app":::
208+
:::image type="content" source="../../media/windows/run-the-app.png" alt-text="Screenshot showing running the UWP quickstart app":::
209209

210210

211211
## WinUI 3 sample code
@@ -218,7 +218,7 @@ To complete this tutorial, you’ll need the following prerequisites:
218218

219219
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
220220
- 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).
221-
- Basic understanding of how to create a WinUI 3 app. [Create your first WinUI 3 (Windows App SDK) project](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app?pivots=winui3-packaged-csharp) is a good resource to start with.
221+
- 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.
222222
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md). You'll need to **record your connection string** for this quickstart.
223223
- A [User Access Token](../../../access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command below with your connection string to create a user and an access token.
224224

@@ -234,7 +234,7 @@ To complete this tutorial, you’ll need the following prerequisites:
234234

235235
In Visual Studio, create a new project with the **Blank App, Packaged (WinUI 3 in Desktop)** template to set up a single-page WinUI 3 app.
236236

237-
:::image type="content" source="../../media/windows/create-a-new-winui-project.png" alt-text="Screenshot showing the New Project window within Visual Studio.":::
237+
:::image type="content" source="../../media/windows/create-a-new-winui-project.png" alt-text="Screenshot showing the New WinUI Project window within Visual Studio.":::
238238

239239
#### Install the package
240240

@@ -400,4 +400,4 @@ You can build and run the code on Visual Studio. Please note that for solution p
400400

401401
You can make an outbound call by providing a user ID in the text field and clicking the `Start Call` button. Calling `8:echo123` connects you with an echo bot, this is great for getting started and verifying your audio devices are working.
402402

403-
:::image type="content" source="../../media/windows/run-the-winui-app.png" alt-text="Screenshot showing running the quickstart app":::
403+
:::image type="content" source="../../media/windows/run-the-winui-app.png" alt-text="Screenshot showing running the WinUI quickstart app":::

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To complete this tutorial, you’ll need the following prerequisites:
2525

2626
In Visual Studio, create a new project with the **Blank App (Universal Windows)** template to set up a single-page Universal Windows Platform (UWP) app.
2727

28-
:::image type="content" source="../../media/windows/create-a-new-project.png" alt-text="Screenshot showing the New Project window within Visual Studio.":::
28+
:::image type="content" source="../../media/windows/create-a-new-project.png" alt-text="Screenshot showing the New UWP Project window within Visual Studio.":::
2929

3030
#### Install the package
3131

@@ -370,7 +370,7 @@ this.call.OnStateChanged -= Call_OnStateChangedAsync;
370370
await this.call.HangUpAsync(new HangUpOptions());
371371
```
372372

373-
## Run the code
373+
### Run the code
374374

375375
You can build and run the code on Visual Studio. Please note that for solution platforms we support `ARM64`, `x64` and `x86`.
376376

@@ -389,7 +389,7 @@ To complete this tutorial, you’ll need the following prerequisites:
389389

390390
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
391391
- 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).
392-
- Basic understanding of how to create a WinUI 3 app. [Create your first WinUI 3 (Windows App SDK) project](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app?pivots=winui3-packaged-csharp) is a good resource to start with.
392+
- 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.
393393
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md). You'll need to **record your connection string** for this quickstart.
394394
- A [User Access Token](../../../access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command below with your connection string to create a user and an access token.
395395

@@ -405,7 +405,7 @@ To complete this tutorial, you’ll need the following prerequisites:
405405

406406
In Visual Studio, create a new project with the **Blank App, Packaged (WinUI 3 in Desktop)** template to set up a single-page WinUI 3 app.
407407

408-
:::image type="content" source="../../media/windows/create-a-new-winui-project.png" alt-text="Screenshot showing the New Project window within Visual Studio.":::
408+
:::image type="content" source="../../media/windows/create-a-new-winui-project.png" alt-text="Screenshot showing the New WinUI Project window within Visual Studio.":::
409409

410410
#### Install the package
411411

@@ -739,7 +739,7 @@ this.call.OnStateChanged -= Call_OnStateChangedAsync;
739739
await this.call.HangUpAsync(new HangUpOptions());
740740
```
741741

742-
## Run the code
742+
### Run the code
743743

744744
You can build and run the code on Visual Studio. Please note that for solution platforms we support `ARM64`, `x64` and `x86`.
745745

0 commit comments

Comments
 (0)