Skip to content

Commit b1c63d8

Browse files
authored
Update acs-javascript-calling-library-release-notes.md
1 parent 327cb71 commit b1c63d8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

releasenotes/acs-javascript-calling-library-release-notes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ If you are working with **Teams users**, please follow the `Teams identities` do
1010
- [Teams Identities quick start](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-with-voice-video-calling-custom-teams-client)
1111
- [Teams Identities object model](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-with-voice-video-calling-custom-teams-client#azure-communication-services-calling-web-sdk-object-model)
1212

13+
## 1.37.2 (2025-07-22)
14+
- Available in NPM - [https://www.npmjs.com/package/@azure/communication-calling/v/1.37.2](https://www.npmjs.com/package/@azure/communication-calling/v/1.37.2)
15+
16+
### New features
17+
- Support for [3-layer simulcast support]( https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/simulcast) is now available on Desktop Chrome and Edge environments. This allows multiple renditions of video streams to be sent, providing options for video quality selection.
18+
19+
### Bug Fixes
20+
- Improved compatibility with the Next.js frameworks by Removing 'browser' key from package.json .
21+
- Addressed screen sharing resolution degradation affecting some desktop environments in low network conditions.
22+
- Resolved issue where calls were dropped in iOS Safari when multiple microphones (e.g., built-in and Bluetooth) were simultaneously connected.
23+
- Fixed a bug where the hold API was failing during rendering of 4x4 video layouts
24+
- Corrected issue causing call drops with subcode 3111 under certain conditions.
25+
1326
## 1.38.1-beta.1 (2025-07-21)
1427
- Available in NPM - [https://www.npmjs.com/package/@azure/communication-calling/v/1.38.1-beta.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.38.1-beta.1)
1528

@@ -19,7 +32,7 @@ If you are working with **Teams users**, please follow the `Teams identities` do
1932
- The Calling SDK for Web Desktop has enhanced its audio technology by introducing [echo suppression]( https://learn.microsoft.com/en-us/azure/communication-services/tutorials/audio-quality-enhancements/add-noise-supression?pivots=platform-web) functionality. This advancement enables developers to offer their customers the ability to eliminate undesired microphone feedback echoes.
2033

2134
### Bug Fixes
22-
- Improved compatibility with the Next.js frameworks by Removing 'browser' key from package.json .
35+
- Improved compatibility with the Next.js frameworks by Removing 'browser' key from package.json.
2336
- Addressed screen sharing resolution degradation affecting some desktop environments in low network conditions.
2437
- Resolved issue where calls were dropped in iOS Safari when multiple microphones (e.g., built-in and Bluetooth) were simultaneously connected.
2538
- Fixed a bug where the hold API was failing during rendering of 4x4 video layouts.

0 commit comments

Comments
 (0)