Skip to content

Commit 219c9d1

Browse files
Merge pull request #233258 from ovishesh/visho/sme-consult-update
updated file paths and minor changes
2 parents ca869e9 + 88bbbe6 commit 219c9d1

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

articles/communication-services/.openpublishing.redirection.communication-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@
178178
"source_path_from_root": "/articles/communication-services/quickstarts/sms/logic-app.md",
179179
"redirect_url": "/azure/communication-services/quickstarts/sms/send?pivots=programming-language-power-platform",
180180
"redirect_document_id": true
181+
},
182+
{
183+
"source_path_from_root": "/articles/communication-services/quickstarts/call-automation/teams-interop-call-automation-quickstart.md",
184+
"redirect_url": "/azure/communication-services/how-tos/call-automation/teams-interop-call-automation",
185+
"redirect_document_id": true
181186
}
182187
]
183188
}

articles/communication-services/concepts/call-automation/call-automation-teams-interop.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ The following list presents the set of features that are currently available in
7979
## Next steps
8080

8181
> [!div class="nextstepaction"]
82-
> [Get started with Adding a Microsoft Teams user to an ongoing call using Call Automation](./../../quickstarts/call-automation/Callflows-for-customer-interactions.md)
82+
> [Get started with Adding a Microsoft Teams user to an ongoing call using Call Automation](./../../how-tos/call-automation/teams-interop-call-automation.md)
8383
84-
Here are some articles of interest to you:
85-
- Understand how your resource is [charged for various calling use cases](../pricing.md) with examples.
84+
Here are some articles of interest to you:
85+
- Learn more about [Call Automation](../../concepts/call-automation/call-automation.md) and its features.
86+
- Learn about [Play action](../../concepts/call-automation/play-Action.md) to play audio in a call.
87+
- Learn how to build a [call workflow](../../quickstarts/call-automation/callflows-for-customer-interactions.md) for a customer support scenario.
88+
- Understand how your resource is [charged for various calling use cases](../pricing.md) with examples.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.date: 03/28/2023
1010
ms.author: visho
1111
ms.custom: private_preview
1212
services: azure-communication-services
13-
zone_pivot_groups: acs-csharp-java
1413
---
1514

1615
# Add a Microsoft Teams user to an existing call using Call Automation
@@ -28,8 +27,8 @@ You need to be part of the Azure Communication Services TAP program. It's likely
2827
- A deployed [Communication Service resource](../../quickstarts/create-communication-resource.md) and valid connection string found by selecting Keys in left side menu on Azure portal.
2928
- [Acquire a PSTN phone number from the Communication Service resource](../../quickstarts/telephony/get-phone-number.md). Note the phone number you acquired to use in this quickstart.
3029
- An Azure Event Grid subscription to receive the `IncomingCall` event.
31-
- The latest [Azure Communication Service Call Automation API library](./callflows-for-customer-interactions.md) for your operating system.
32-
- A web service that implements the Call Automation API library, follow [this tutorial](./callflows-for-customer-interactions.md).
30+
- The latest [Azure Communication Service Call Automation API library](https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-net/NuGet/Azure.Communication.CallAutomation/versions/) for your operating system.
31+
- A web service that implements the Call Automation API library, follow [this tutorial](../../quickstarts/call-automation/callflows-for-customer-interactions.md).
3332

3433
## Step 1: Authorization for your Azure Communication Services Resource to enable calling to Microsoft Teams users
3534

@@ -88,6 +87,7 @@ await answer.Value.CallConnection.AddParticipantAsync(
8887
});
8988
```
9089
On the Microsoft Teams desktop client, Jack's call will be sent to the Microsoft Teams user through an incoming call toast notification.
90+
9191
![Screenshot of Microsoft Teams desktop client, Jack's call is sent to the Microsoft Teams user through an incoming call toast notification.](./media/incoming-call-toast-notification-teams-user.png)
9292

9393
After the Microsoft Teams user accepts the call, the in-call experience for the Microsoft Teams user will have all the participants displayed on the Microsoft Teams roster.
@@ -111,6 +111,7 @@ If you want to clean up and remove a Communication Services subscription, you ca
111111

112112
## Next steps
113113

114-
- Learn more about [Call Automation](../../concepts/call-automation/call-automation.md) and its features.
114+
- Learn more about [Call Automation](../../concepts/call-automation/call-automation.md) and its features.
115+
- Learn more about capabilities of [Teams Interoperability support with ACS Call Automation](../../concepts/call-automation/call-automation-teams-interop.md)
115116
- Learn about [Play action](../../concepts/call-automation/play-Action.md) to play audio in a call.
116117
- Learn how to build a [call workflow](../../quickstarts/call-automation/callflows-for-customer-interactions.md) for a customer support scenario.

0 commit comments

Comments
 (0)