Skip to content

Commit

Permalink
Merge pull request #17 from ashwinder/final-edit-play
Browse files Browse the repository at this point in the history
Final edit play
  • Loading branch information
valindrae authored Sep 8, 2022
2 parents 22e52c5 + 736b7e5 commit 57c7b6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ If you want to clean up and remove a Communication Services subscription, you ca
## Next steps

- Learn more about [Call Automation](../../concepts/voice-video-calling/CallAutomation.md) and its features.
- Learn how to build a [call workflow](../voice-video-calling/Callflows-for-customer-interactions.md) for a customer support scenario.
- Learn more about [Play action](../../concepts/voice-video-calling/Play-Action.md).
- Learn how to build a [call workflow](../voice-video-calling/Callflows-for-customer-interactions.md) for a customer support scenario.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ If you want to clean up and remove a Communication Services subscription, you ca
## Next steps
- Learn more about [Call Automation](../../concepts/voice-video-calling/CallAutomation.md) and its features.
- Learn how to [manage inbound telephony calls](../telephony/Manage-Inbound-Calls.md) with Call Automation.
- Learn more about [Play action](../../concepts/voice-video-calling/Play-Action.md).
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Update your applications POM file to use Java 8 or higher.

Since the Call Automation SDK version used in this quickstart is not yet available in Maven Central Repository, we need to add an Azure Artifacts development feed which contains the latest version of Call Automation SDK.

Please add the [azure-sdk-for-java feed]() to your `pom.xml`. Follow the instructions after clicking the "Connect to Feed" button.
Please 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.

## Add package references

Expand All @@ -69,7 +69,7 @@ Create an audio file, if you do not already have one, to use for playing prompts

## Update App.java with code

In your editor of choice, open App.java file and update it with the [following code](../call-automation/Callflow-for-customer-interactions-java.md#update-appjava-with-code).
In your editor of choice, open App.java file and update it with the code provided in [Update app.java with code](../call-automation/Callflow-for-customer-interactions-java.md) section.

## Establish a call

Expand Down

0 comments on commit 57c7b6b

Please sign in to comment.