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
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/call-automation/record-every-call.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Record a call when it starts
3
3
titleSuffix: An Azure Communication Services how-to document
4
-
description: "In this how-to document, you can learn how to record a call through Azure Communication Services once it starts"
4
+
description: In this how-to document, you can learn how to record a call through Azure Communication Services once it starts.
5
5
author: ddematheu2
6
6
manager: shahen
7
7
services: azure-communication-services
@@ -187,15 +187,15 @@ To run the function locally, you can press `F5` in Visual Studio Code. We use [n
187
187
188
188
Copy the ngrok link provided where your functionis running.
189
189
190
-
2. Configure C`allStarted` events through Event Grid within your Azure Communication Services resource. We do this using the [Azure CLI](/cli/azure/install-azure-cli-windows?tabs=azure-cli). You need the resource ID foryour Azure Communication Services resource foundin the Azure portal. (The resource ID will look something like: `/subscriptions/<<AZURE SUBSCRIPTION ID>>/resourceGroups/<<RESOURCE GROUP NAME>>/providers/Microsoft.Communication/CommunicationServices/<<RESOURCE NAME>>`)
190
+
2. Configure C`allStarted` events through Event Grid within your Azure Communication Services resource. We do this using the [Azure CLI](/cli/azure/install-azure-cli-windows?tabs=azure-cli). You need the resource ID foryour Azure Communication Services resource foundin the Azure portal. (The resource ID looks something like: `/subscriptions/<<AZURE SUBSCRIPTION ID>>/resourceGroups/<<RESOURCE GROUP NAME>>/providers/Microsoft.Communication/CommunicationServices/<<RESOURCE NAME>>`)
3. Now that everything is hooked up, test the flow by sending an starting a call on your resource. You should see the console logs on your terminal where the functionis running. You can check that the recording is starting by using the [call recording feature](../calling-sdk/record-calls.md?pivots=platform-web) on the calling SDK and check for the boolean to turn TRUE.
198
+
3. Now that everything is hooked up, test the flow by starting a call on your resource. You should see the console logs on your terminal where the functionis running. You can check that the recording is starting by using the [call recording feature](../calling-sdk/record-calls.md?pivots=platform-web) on the calling SDK and check for the boolean to turn TRUE.
0 commit comments