Skip to content

Commit 64fe15d

Browse files
committed
updated file paths and minor changes
1 parent 7bd953a commit 64fe15d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

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-quickstart.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: 3 additions & 2 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
@@ -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)