You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- An Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp). You need to record your resource *connection string* for this sample.
@@ -34,7 +34,7 @@ This server-side application helps you create a virtual assistant that can handl
34
34
## Before you run the sample for the first time
35
35
36
36
1. Open an instance of PowerShell, a Windows terminal, a command prompt, or the equivalent, and go to the directory where you want to clone the sample.
37
-
1. Use the command `git clone``https://github.com/Azure-Samples/communication-services-javascript-quickstarts.git`.
37
+
1. Use the command `git clonehttps://github.com/Azure-Samples/communication-services-javascript-quickstarts.git`.
38
38
1. Use the command `cd` to access the `callautomation-az-openai-voice` folder.
39
39
1. From the root of the folder, and with a node installed, run `npm install`.
40
40
@@ -66,9 +66,9 @@ Open the `.env` file to configure the following settings:
66
66
1. The browser opens with a page. If it doesn't, go to `http://localhost:8080/`.
67
67
1. Register an Azure Event Grid webhook for the `IncomingCall` event that points to your 8080 port URI. For more information, see [Incoming call concepts](/azure/communication-services/concepts/call-automation/incoming-call-notification). For example:
68
68
69
-
```code
70
-
https://<devtunelurl>/api/incomingCall
71
-
```
69
+
```code
70
+
https://<devtunelurl>/api/incomingCall
71
+
```
72
72
73
73
Now you have a running application. The best way to test this sample is to place a call to your Azure Communication Services phone number and talk to your intelligent agent.
0 commit comments