Skip to content

Commit

Permalink
updating version number and change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vdharmaraj committed Nov 23, 2024
1 parent a51cc2f commit 585e85d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions sdk/communication/Azure.Communication.CallAutomation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@

- Introduced audio streaming and transcription data parsing capabilities.

## 1.3.0 (2024-11-22)

### Features Added

- Support multiple play sources for Play and Recognize
- Support for PlayStarted event in Play/Recognize
- Hold and Unhold the participant
- CallDisconnected now includes more information on why the call has ended
- Support to manage the rooms/servercall/group call using connect API
- Expose original PSTN number target from incoming call event in call connection properties
- Support for VoIP to PSTN transfer scenario

### Other Changes

- Added CreateCallFailed event to signify when create call API fails to establish a call
- Added AnswerFailed event to signify when answer call API fails to answer a call

## 1.3.0-beta.2 (2024-10-28)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public enum ServiceVersion
V2024_09_15 = 4,

/// <summary>
/// Latest BETA5 (1.4.0-beta) preview of the CallAutomation service.
/// Latest BETA5 (1.4.0-beta.1) preview of the CallAutomation service.
/// </summary>
V2024_11_15_Preview = 5
#pragma warning restore CA1707 // Identifiers should not contain underscores
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ model-namespace: false
tag: package-2024-11-15-preview

require:
- https://github.com/Azure/azure-rest-api-specs/blob/553b316946c7d4ff338531d30b14eb0a83bb74ac/specification/communication/data-plane/CallAutomation/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/5c9d5f957d76d9fea9c513f494660c6c5d3e809a/specification/communication/data-plane/CallAutomation/readme.md


title: Azure Communication Services
Expand Down

0 comments on commit 585e85d

Please sign in to comment.