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
Businesses are looking for innovative ways to increase the efficiency of their customer service operations. Azure Communication Services Call Automation provides developers the ability to build programmable customer interactions using real-time event triggers to perform actions based on custom business logic. For example, with support for interoperability with Microsoft Teams, developers can use Call Automation APIs to add subject matter experts (SMEs). These SMEs, who use Microsoft Teams, can be added to an existing customer service call to provide expert advice and help resolve a customer issue.
21
21
@@ -31,7 +31,7 @@ A customer service agent, who is using a Contact Center Agent experience, wants
31
31
32
32
The dataflow diagram depicts a canonical scenario where a Teams user is added to an ongoing Azure Communication Services call for expert consultation.
33
33
34
-
[](../media/call-automation-teams-interop.png#lightbox)
34
+
[](./media/call-automation-teams-interop.png#lightbox)
35
35
36
36
1. Customer is on an ongoing call with a Contact Center customer service agent.
37
37
1. During the call, the customer service agent needs expert help from one of the domain experts part of an engineering team. The agent is able to identify a knowledge worker who is available on Teams (presence via Graph APIs) and tries to add them to the call.
@@ -84,10 +84,10 @@ The following list presents the set of features that are currently available in
84
84
## Next steps
85
85
86
86
> [!div class="nextstepaction"]
87
-
> [Get started with adding a Microsoft Teams user to an ongoing call using Call Automation](../../../how-tos/call-automation/teams-interop-call-automation.md)
87
+
> [Get started with adding a Microsoft Teams user to an ongoing call using Call Automation](../../how-tos/call-automation/teams-interop-call-automation.md)
88
88
89
89
Here are some articles of interest to you:
90
-
- Learn more about [Call Automation](../../../concepts/call-automation/call-automation.md) and its features.
91
-
- Learn about [Play action](../../../concepts/call-automation/play-Action.md) to play audio in a call.
92
-
- Learn how to build a [call workflow](../../../quickstarts/call-automation/callflows-for-customer-interactions.md) for a customer support scenario.
93
-
- Understand how your resource is [charged for various calling use cases](../../pricing.md) with examples.
90
+
- Learn more about [Call Automation](../../concepts/call-automation/call-automation.md) and its features.
91
+
- Learn about [Play action](../../concepts/call-automation/play-Action.md) to play audio in a call.
92
+
- Learn how to build a [call workflow](../../quickstarts/call-automation/callflows-for-customer-interactions.md) for a customer support scenario.
93
+
- 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/concepts/interop/teams-interop-group-calls.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ Azure Communication Services can interoperate with Teams in three ways:
16
16
2. Azure clients can directly call a Teams Voice App, such as Auto Attendant and Call Queues. Azure Communication Services enables you to connect customers from your website or application to Teams Voice Apps to handle requests and later handoff to Teams agents as configured in Teams admin center.
17
17
3. Azure clients can join Teams meetings. This type of interoperability is described on a separate page.
18
18
19
-
This page details capabilities for Teams (or M365) users in a call with Communication Services users (scenario #1). Your service can orchestrate and manage these calls, including adding Teams users to these calls, using Call automation SDK. Read more about it [here](./call-automation-teams-interop.md).
19
+
This page details capabilities for Teams (or M365) users in a call with Communication Services users (scenario #1). Your service can orchestrate and manage these calls, including adding Teams users to these calls, using Call automation SDK. Read more about it [here](../call-automation/call-automation-teams-interop.md).
# Capabilities for Microsoft Teams users in Azure Communication Services group calls
24
-
M365/Teams user can take calls with Communication Services users via Teams client or [a custom client](../../teams-endpoint) built using the Azure Communication Services SDKs. To learn about features available for Communication Services user, refer to [voice and video capabilities](../../voice-video-calling/calling-sdk-features.md) document.
24
+
M365/Teams user can take calls with Communication Services users via Teams client or [a custom client](../teams-endpoint) built using the Azure Communication Services SDKs. To learn about features available for Communication Services user, refer to [voice and video capabilities](../voice-video-calling/calling-sdk-features.md) document.
25
25
26
26
27
27
|**Group of features**|**Capability**|**M365 user on a custom client**|**M365 user on a Teams client**|
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/call-recording.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.subservice: calling
15
15
# Call Recording overview
16
16
17
17
> [!NOTE]
18
-
> Call Recording for [Teams interoperability](../call-automation/interop/call-automation-teams-interop.md) is now in Public Preview.
18
+
> Call Recording for [Teams interoperability](../call-automation/call-automation-teams-interop.md) is now in Public Preview.
19
19
20
20
Call Recording enables you to record multiple calling scenarios available in Azure Communication Services by providing you with a set of APIs to start, stop, pause and resume recording. Whether it's a PSTN, WebRTC, or SIP call, these APIs can be accessed from your server-side business logic. Also, recordings can be triggered by a user action that tells the server application to start recording.
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/call-automation/teams-interop-call-automation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,6 @@ If you want to clean up and remove a Communication Services subscription, you ca
220
220
221
221
- Learn how to [record your calls](../../quickstarts/voice-video-calling/get-started-call-recording.md).
222
222
- Learn more about [Call Automation](../../concepts/call-automation/call-automation.md) and its features.
223
-
- Learn more about capabilities of [Teams Interoperability support with Azure Communication Services Call Automation](../../concepts/call-automation/interop/call-automation-teams-interop.md)
223
+
- Learn more about capabilities of [Teams Interoperability support with Azure Communication Services Call Automation](../../concepts/call-automation/call-automation-teams-interop.md)
224
224
- Learn about [Play action](../../concepts/call-automation/play-Action.md) to play audio in a call.
225
225
- Learn how to build a [call workflow](../../quickstarts/call-automation/callflows-for-customer-interactions.md) for a customer support scenario.
0 commit comments