Skip to content

Commit 7c53586

Browse files
committed
Fix comments
1 parent c7bcdc3 commit 7c53586

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Or, start a PSTN call using the alternateCallerId, which is a provisioned phone
554554

555555
### Accept an incoming call
556556

557-
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync'.
557+
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync`.
558558

559559
```C#
560560
this.callAgent.IncomingCallReceived += OnIncomingCallAsync;
@@ -721,7 +721,7 @@ You can download the sample app from [GitHub](https://github.com/Azure-Samples/c
721721
To complete this tutorial, you need the following prerequisites:
722722

723723
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
724-
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Windows App SDK version 1.3](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-13).
724+
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Windows App SDK version 1.3](https://learn.microsoft.com/windows/apps/windows-app-sdk/stable-channel#version-13).
725725
- 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.
726726
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md). You need to **record your connection string** for this quickstart.
727727
- 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.
@@ -1252,7 +1252,7 @@ Or, start a PSTN call using the alternateCallerId, which is a provisioned phone
12521252

12531253
### Accept an incoming call
12541254

1255-
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync'.
1255+
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync`.
12561256

12571257
```C#
12581258
this.callAgent.IncomingCallReceived += OnIncomingCallAsync;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Or, start a PSTN call using the alternateCallerId, which is a provisioned phone
554554

555555
### Accept an incoming call
556556

557-
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync'.
557+
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync`.
558558

559559
```C#
560560
this.callAgent.IncomingCallReceived += OnIncomingCallAsync;
@@ -721,7 +721,7 @@ You can download the sample app from [GitHub](https://github.com/Azure-Samples/c
721721
To complete this tutorial, you need the following prerequisites:
722722

723723
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
724-
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Windows App SDK version 1.3](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-13).
724+
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Windows App SDK version 1.3](https://learn.microsoft.com/windows/apps/windows-app-sdk/stable-channel#version-13).
725725
- 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.
726726
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md). You need to **record your connection string** for this quickstart.
727727
- 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.
@@ -1252,7 +1252,7 @@ Or, start a PSTN call using the alternateCallerId, which is a provisioned phone
12521252

12531253
### Accept an incoming call
12541254

1255-
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync'.
1255+
`IncomingCallReceived` event sink is set up in the SDK bootstrap helper `InitCallAgentAndDeviceManagerAsync`.
12561256

12571257
```C#
12581258
this.callAgent.IncomingCallReceived += OnIncomingCallAsync;

0 commit comments

Comments
 (0)