Skip to content

Commit faaa31d

Browse files
committed
fix tabs
1 parent 60654f6 commit faaa31d

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ In this quickstart, you learn how to start a call using the Azure Communication
1010

1111
## [UWP](#tab/uwp)
1212

13-
**Universal Windows Platform**
14-
1513
You can download the sample app from [GitHub](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/Calling).
1614

1715
### Prerequisites
@@ -209,9 +207,8 @@ You can make an outbound call by providing a user ID in the text field and click
209207

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

212-
## [WinUI] (#tab/WinUI)
210+
## [WinUI 3](#tab/WinUI3)
213211

214-
**WinUI 3**
215212
You can download the sample app from [GitHub](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/CallingWinUI).
216213

217214
### Setting up
@@ -383,8 +380,10 @@ this.DispatcherQueue.TryEnqueue(() => {
383380

384381
### Run the code
385382

386-
You can build and run the code on Visual Studio. For solution platforms, we support `ARM64`, `x64` and `x86`.
383+
You can build and run the code on Visual Studio. For solution platforms, we support `ARM64`, `x64` and `x86`.
387384

388385
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 feature is great for getting started and verifying your audio devices are working.
389386

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

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ In this quickstart, you learn how to start a 1:1 video call using the Azure Comm
1010

1111
## [UWP](#tab/uwp)
1212

13-
**Universal Windows Platform**
14-
1513
### Prerequisites
1614

1715
To complete this tutorial, you need the following prerequisites:
@@ -390,9 +388,7 @@ Note: Calling `8:echo123` stops the video stream because echo bot doesn't suppor
390388

391389
For more information on user IDs (identity) check the [User Access Tokens](../../../identity/access-tokens.md) guide.
392390

393-
## [WinUI] (#tab/WinUI3)
394-
395-
**WinUI 3 development**
391+
## [WinUI 3](#tab/WinUI3)
396392

397393
### Prerequisites
398394

0 commit comments

Comments
 (0)