Skip to content

Commit 3b4930f

Browse files
committed
Addressed review commenets
1 parent 8bded2e commit 3b4930f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/communication-services/how-tos/calling-sdk/includes/install-sdk/install-sdk-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For UWP app, in Visual Studio 2019, create a new `Blank App (Universal Windows)`
1414
For WinUI 3 app, create a new project with the `Blank App, Packaged (WinUI 3 in Desktop)` template to set up a single-page WinUI 3 app. [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) and above is required.
1515
### Install the package and dependencies with NuGet Package Manager
1616

17-
Tha Calling SDK APIs and libraries are publicly available via a NuGet package.
17+
The Calling SDK APIs and libraries are publicly available via a NuGet package.
1818
The following steps exemplify how to find, download, and install the Calling SDK NuGet package.
1919

2020
1. Open NuGet Package Manager (`Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution`)

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following steps exemplify how to add these buttons to the app.
3737
The Calling SDK APIs are in two different namespaces.
3838
The following steps inform the C# compiler about these namespaces allowing Visual Studio's Intellisense to assist with code development.
3939

40-
1. In the `Solution Explorer` panel, click on the arrow on the left side of the file named `MainPage.xaml` for UWP, or or `MainWindows.xaml` for WinUI 3.
40+
1. In the `Solution Explorer` panel, click on the arrow on the left side of the file named `MainPage.xaml` for UWP, or `MainWindows.xaml` for WinUI 3.
4141
2. Double click on file named `MainPage.xaml.cs` or `MainWindows.xaml.cs`.
4242
3. Add the following commands at the bottom of the current `using` statements.
4343

articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following steps exemplify how to add these buttons to the app.
3737
The Calling SDK APIs are in two different namespaces.
3838
The following steps inform the C# compiler about these namespaces allowing Visual Studio's Intellisense to assist with code development.
3939

40-
1. In the `Solution Explorer` panel, click on the arrow on the left side of the file named `MainPage.xaml` for UWP, or or `MainWindows.xaml` for WinUI 3.
40+
1. In the `Solution Explorer` panel, click on the arrow on the left side of the file named `MainPage.xaml` for UWP, or `MainWindows.xaml` for WinUI 3.
4141
2. Double click on file named `MainPage.xaml.cs` or `MainWindows.xaml.cs`.
4242
3. Add the following commands at the bottom of the current `using` statements.
4343

@@ -89,9 +89,9 @@ The following classes and interfaces handle some of the major features of the Az
8989
| CallAgentOptions | The CallAgentOptions contains information to identify the caller. |
9090
| HangupOptions | The HangupOptions informs if a call should be terminated to all its participants. |
9191

92-
## Register Video Handler
92+
## Register video handler
9393

94-
An UI component, like XAML's MediaElement or MediaPlayerElement, will require the app registering a configuration for rendering local and remote video feeds.
94+
A UI component, like XAML's MediaElement or MediaPlayerElement, will require the app registering a configuration for rendering local and remote video feeds.
9595
Please add the following content between the `Package` tags of the `Package.appxmanifest`:
9696

9797
```xml

0 commit comments

Comments
 (0)