-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CallingServer SDK changelog for Public release.
- Loading branch information
1 parent
d7b9b7e
commit 30c8d89
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
11 changes: 6 additions & 5 deletions
11
sdk/communication/Azure.Communication.CallingServer/CHANGELOG.md
This file contains 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,20 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (Unreleased) | ||
## 1.0.0-beta.1 (2021-06-24) | ||
This is the first release of Azure Communication Service Calling Server. For more information, please see the [README][read_me]. | ||
|
||
This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues). | ||
|
||
### Features Added | ||
- Create outbound call to an Azure Communication Service User or a phone number. | ||
- Create outbound call to an Azure Communication Service user or a phone number. | ||
- Hangup and delete the existing call. | ||
- Play audio in the call. | ||
- Outbound apis for Call Recording including start, pause, resume and stop. | ||
- Out-call apis for call recording including start, pause, resume stop and get state. | ||
- Subscribe to and receive [DTMF][DTMF] tones via events. | ||
- Invite and remove participants from the call. | ||
- Add and remove participants from the call. | ||
- Recording download apis. | ||
|
||
<!-- LINKS --> | ||
[read_me]: https://github.com/Azure/azure-sdk-for-net/blob/a20e269162fa88a43e5ba0e5bb28f2e76c74a484/sdk/communication/Azure.Communication.CallingServer/README.md | ||
[read_me]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.CallingServer/README.md | ||
[DTMF]: https://en.wikipedia.org/wiki/Dual-tone_multi-frequency_signaling | ||
|