From f35f08819a845e5a20bb08e8f8ad7440dfe6ec3c Mon Sep 17 00:00:00 2001 From: Henry Smith <36210679+hensmi-amazon@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:56:29 -0800 Subject: [PATCH] Update CHANGELOG.md to fix location of recent change (#2798) Co-authored-by: Trung Le <58827450+ltrung@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9907c18f..74b32c1b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Revert: Improve reconnection behavior on signaling disconnection mid call or during join/subscribe. This was leading to unexpected `AudioJoinedFromAnotherDevice` events in certain edge conditions. It will be re-released in a later version. ### Fixed +- Prevent video processing with filters from being throttled when an attendees meeting tab moves into the background. - Do not allow redundant audio worker to enqueue any audio payloads larger than 1000 bytes to avoid permanently stopping the audio flow. - Make uplink loss estimation more accurate so that redundant audio does not turn off prematurely. @@ -81,7 +82,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Do not display a warning message when invoking `meetingSession.audioVideo.setVideoCodecSendPreferences` prior to the start of the session. -- Prevent video processing with filters from being throttled when an attendees meeting tab moves into the background. ## [3.16.0] - 2023-06-26