You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ga5 changes
* ga5 api changes
* Made GA5 changes and recorded the live tests. (#45409)
* Addressing arb comments
* Added the parser for the dtmf data. (#45347)
* Added the parser for the dtmf data.
* Removed dtmf meta data.
---------
Co-authored-by: Vinothini Dharmaraj <[email protected]>
* updating the white space difference
* addressing the arb comments
* GA5 Javadoc Issues (#45432)
* Fixed Javadoc issues in StreamingData.java & TranscriptionOptions.java
* Renamed MediaStreamingContent class to MediaStreamingContentType. Renamed getChannels() to getChannelType() in AudioMetaData.java
* Re-recorded tests and fixed linting issues (unused imports). (#45448)
* updating java missing fields
* lint errors
* moving transport url
* Addressing the ARB Comments
* addressing the arb comments
* addressing all arb comments
* updating the transcription and media streaming options
* Fixed Javadoc issues + updated ga5 version. (#45496)
* Fixing the lint errors
* fixing the lint error
* updating the changelog
* Updating the changelog and release date
* changing the release date
* Increment package versions for communication/azure-communication-callautomation releases (#45603)
* taking the main changes for the dependancy package updates
* dependancy package updates
* updating the identity package
* updating the cutomization for the getparticipant
* version number update
* running latest autorest
* version update
* updating readme version
---------
Co-authored-by: v-pivamshi <[email protected]>
Co-authored-by: v-saasomani <[email protected]>
Co-authored-by: Azure SDK Bot <[email protected]>
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/CHANGELOG.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@
4
4
5
5
### Features Added
6
6
7
-
- Support for recording result api.
8
-
9
7
### Breaking Changes
10
8
11
9
### Bugs Fixed
@@ -22,16 +20,16 @@
22
20
- Upgraded `azure-core-http-netty` from `1.15.11` to version `1.15.12`.
23
21
- Upgraded `azure-core` from `1.55.3` to version `1.55.4`.
24
22
25
-
26
23
## 1.4.0 (2025-06-05)
27
24
28
25
### Features Added
29
26
30
-
### Breaking Changes
31
-
32
-
### Bugs Fixed
33
-
34
-
### Other Changes
27
+
- Real-time transcription support
28
+
- Audio and DTMF streaming capabilities
29
+
- Integration of ConnectAPI for seamless streaming and transcription
30
+
- Improved media streaming with bidirectional functionality, allowing audio formats in both directions, currently supporting sample rates of 24kHz and 16kHz
31
+
- Support for custom speech models has been integrated into transcription
32
+
- A confidence level for recognized speech has been introduced, ranging from 0.0 to 1.0 when available
35
33
36
34
## 1.3.3 (2025-03-24)
37
35
@@ -54,6 +52,16 @@
54
52
- Upgraded `azure-core-http-netty` from `1.15.7` to version `1.15.10`.
55
53
- Upgraded `azure-core` from `1.54.1` to version `1.55.2`.
56
54
55
+
## 1.3.1 (2024-12-04)
56
+
57
+
### Other Changes
58
+
59
+
#### Dependency Updates
60
+
61
+
- Upgraded `azure-core` from `1.53.0` to version `1.54.1`.
62
+
- Upgraded `azure-core-http-netty` from `1.15.5` to version `1.15.7`.
63
+
- Upgraded `azure-communication-common` from `1.3.7` to version `1.3.8`.
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallAutomationAsyncClient.java
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallAutomationClient.java
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,6 @@ public final class CallAutomationClient {
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallAutomationClientBuilder.java
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -101,17 +101,6 @@ public CallAutomationClientBuilder endpoint(String endpoint) {
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallAutomationEventParser.java
0 commit comments