File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
sdk/communication/Azure.Communication.CallAutomation Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ model-namespace: false
1010tag : package-2024-11-15-preview
1111
1212require :
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
1616title : Azure Communication Services
You can’t perform that action at this time.
0 commit comments