-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Prepare GA Branch #30542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
atazimsft
merged 8 commits into
callautomation/release/ga1
from
atazimsft/remove-non-ga-features
May 27, 2023
Merged
Prepare GA Branch #30542
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
324d510
update autorest and remove non GA features
atazimsft 5fa26a9
more GA updates
atazimsft 72ffd65
update changelog
atazimsft 40a1186
address PR comments
atazimsft a02f797
remove unecessary whitespaces and imports
atazimsft 228a00a
add service bus dependency to requirements.txt file
atazimsft 1e53eba
remove unused dict import
atazimsft 2d978d6
fix service bus path in dev_requirements.txt
atazimsft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
38 changes: 21 additions & 17 deletions
38
sdk/communication/azure-communication-callautomation/CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,23 @@ | ||
| # Release History | ||
| # Release History | ||
|
|
||
| ## 1.0.0b1 (Unreleased) | ||
| Call Automation enables developers to build call workflows. Personalise customer interactions by listening to call events and take actions based on your business logic. | ||
| ## 1.0.0 (2023-05-29) | ||
| Call Automation enables developers to build call workflows. Personalise customer interactions by listening to call events and take actions based on your business logic. For more information, please see the [README][read_me]. | ||
|
|
||
| ### Features Added | ||
| - Create outbound calls to an Azure Communication Service user or a phone number. | ||
| - Answer/Redirect/Reject incoming call from an Azure Communication Service user or a phone number. | ||
| - Transfer the call to another participant. | ||
| - List, add or remove participants from the call. | ||
| - Hangup or terminate the call. | ||
| - Play audio files to one or more participants in the call. | ||
| - Recognize incoming DTMF in the call. | ||
| - Record calls with option to start/resume/stop. | ||
| - Record mixed and unmixed audio recordings. | ||
| - Download recordings. | ||
| - Parse various events happening in the call, such as CallConnected and PlayCompleted event. | ||
| - Start/Stop continuous DTMF recognition by subscribing/unsubscribing to tones. | ||
| - Send DTMF tones to a participant in the call. | ||
| ### Features Added | ||
| - Create outbound calls to an Azure Communication Service user or a phone number. | ||
| - Answer/Redirect/Reject incoming call from an Azure Communication Service user or a phone number. | ||
| - Transfer the call to another participant. | ||
| - List, add or remove participant from the call. | ||
| - Hangup or terminate the call. | ||
| - Play audio files to one or more participants in the call. | ||
| - Recognize incoming DTMF in the call. | ||
| - Record calls with option to start/resume/stop. | ||
| - Record mixed and unmixed audio recordings. | ||
| - Download recordings. | ||
|
|
||
| <!-- LINKS --> | ||
| [read_me]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.CallAutomation/README.md | ||
| [Overview]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-automation | ||
| [Demo Video]: https://ignite.microsoft.com/sessions/14a36f87-d1a2-4882-92a7-70f2c16a306a | ||
| [Incoming Call Concept]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/incoming-call-notification | ||
| [Build a customer interaction workflow using Call Automation]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.