Skip to content

Commit 696eed1

Browse files
author
Vinothini Dharmaraj
committed
Adding the version changes for the GA4 release
1 parent f634fa4 commit 696eed1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Release History
22

3-
## 1.3.0-beta.2 (Unreleased)
4-
3+
## 1.3.0 (2024-11-22)
4+
55
### Features Added
66

77
- Support multiple play sources for Play and Recognize
88
- Support for PlayStarted event in Play/Recognize
99
- Hold and Unhold the participant
10+
- CallDisconnected now includes more information on why the call has ended
1011
- Support to manage the rooms/servercall/group call using connect API
1112
- Expose original PSTN number target from incoming call event in call connection properties
12-
- Support for VoIP to PSTN transfer scenario
13+
- Support for VoIP to PSTN transfer scenario
14+
15+
### Breaking Changes
16+
17+
### Bugs Fixed
18+
19+
### Other Changes
20+
1321
- Added CreateCallFailed event to signify when create call API fails to establish a call
1422
- Added AnswerFailed event to signify when answer call API fails to answer a call
1523

sdk/communication/Azure.Communication.CallAutomation/src/Azure.Communication.CallAutomation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Microsoft Azure Communication Call Automation quickstart - https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-csharp
77
</Description>
88
<AssemblyTitle>Azure Communication CallAutomation Service</AssemblyTitle>
9-
<Version>1.3.0-beta.2</Version>
9+
<Version>1.3.0</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1111
<PackageTags>Microsoft Azure Communication CallAutomation Service;Microsoft;Azure;Azure Communication Service;Azure Communication CallAutomation Service;Calling;Communication;$(PackageCommonTags)</PackageTags>
1212
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)