Skip to content

Commit 0120030

Browse files
authored
updates
1 parent 6e8e894 commit 0120030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communication-services/quickstarts/telephony/includes/call-automation/redirect-pstn-call-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Update your application's POM file to use Java 8 or higher.
4141

4242
## Configure Azure SDK Dev Feed
4343

44-
Since the Call Automation SDK version used in this quick start is not yet available in Maven Central Repository, we need to add an Azure Artifacts development feed, which contains the latest version of the Call Automation SDK.
44+
Since the Call Automation SDK version used in this quick start isn't yet available in Maven Central Repository, we need to add an Azure Artifacts development feed, which contains the latest version of the Call Automation SDK.
4545

4646
Add the [azure-sdk-for-java feed](https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-java) to your `pom.xml`. Follow the instructions after clicking the “Connect to Feed” button.
4747

articles/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ zone_pivot_groups: acs-csharp-java
2121
2222
In this tutorial, you'll learn how to build applications that use Azure Communication Services Call Automation to handle common customer support scenarios, such as:
2323
- receiving notifications for incoming calls to a phone number using Event Grid
24-
- answering the call and play audio file using Call Automation SDK
24+
- answering the call and playing an audio file using Call Automation SDK
2525
- adding a communication user to the call using Call Automation SDK. This user can be a customer service agent who uses a web application built using Calling SDKs to connect to Azure Communication Services
2626

2727

0 commit comments

Comments
 (0)