Skip to content

Commit 585e85d

Browse files
author
Vinothini Dharmaraj
committed
updating version number and change logs
1 parent a51cc2f commit 585e85d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

sdk/communication/Azure.Communication.CallAutomation/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
1111

1212
- Introduced audio streaming and transcription data parsing capabilities.
1313

14+
## 1.3.0 (2024-11-22)
15+
16+
### Features Added
17+
18+
- Support multiple play sources for Play and Recognize
19+
- Support for PlayStarted event in Play/Recognize
20+
- Hold and Unhold the participant
21+
- CallDisconnected now includes more information on why the call has ended
22+
- Support to manage the rooms/servercall/group call using connect API
23+
- Expose original PSTN number target from incoming call event in call connection properties
24+
- Support for VoIP to PSTN transfer scenario
25+
26+
### Other Changes
27+
28+
- Added CreateCallFailed event to signify when create call API fails to establish a call
29+
- Added AnswerFailed event to signify when answer call API fails to answer a call
30+
1431
## 1.3.0-beta.2 (2024-10-28)
1532

1633
### Features Added

sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationClientOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public enum ServiceVersion
6969
V2024_09_15 = 4,
7070

7171
/// <summary>
72-
/// Latest BETA5 (1.4.0-beta) preview of the CallAutomation service.
72+
/// Latest BETA5 (1.4.0-beta.1) preview of the CallAutomation service.
7373
/// </summary>
7474
V2024_11_15_Preview = 5
7575
#pragma warning restore CA1707 // Identifiers should not contain underscores

sdk/communication/Azure.Communication.CallAutomation/src/autorest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ model-namespace: false
1010
tag: package-2024-11-15-preview
1111

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

1515

1616
title: Azure Communication Services

0 commit comments

Comments
 (0)