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/concepts/call-automation/call-automation-teams-interop.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,10 @@ The following list presents the set of features that are currently available in
79
79
## Next steps
80
80
81
81
> [!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)
83
83
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.
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/call-automation/teams-interop-call-automation.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ ms.date: 03/28/2023
10
10
ms.author: visho
11
11
ms.custom: private_preview
12
12
services: azure-communication-services
13
-
zone_pivot_groups: acs-csharp-java
14
13
---
15
14
16
15
# 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
28
27
- 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.
29
28
-[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.
30
29
- 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).
33
32
34
33
## Step 1: Authorization for your Azure Communication Services Resource to enable calling to Microsoft Teams users
On the Microsoft Teams desktop client, Jack's call will be sent to the Microsoft Teams user through an incoming call toast notification.
90
+
91
91

92
92
93
93
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
111
111
112
112
## Next steps
113
113
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)
115
116
- Learn about [Play action](../../concepts/call-automation/play-Action.md) to play audio in a call.
116
117
- Learn how to build a [call workflow](../../quickstarts/call-automation/callflows-for-customer-interactions.md) for a customer support scenario.
0 commit comments