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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
2
2
# Changelog
3
3
4
+
[2.2.1] - 2025-12-16
5
+
* Synced flutter-webrtc v1.2.1
6
+
* [Linux] fix: Enable software AEC/NS/AGC for linux.
7
+
* [Android] fix: Removed redundant null check and release for audioFileRenderer.
8
+
* [Web] fix: Fix Android chrome mobile not rendering html
9
+
* [Web] fix: Clip hard edge on web's rtc_video_view (#1936)
10
+
4
11
[2.2.0] - 2025-11-24
5
12
* Added `Helper.pauseAudioPlayout()` / `Helper.resumeAudioPlayout()` to mute and restore remote playback with platform-specific handling for iOS/macOS and Android.
6
13
*[Android] Improved the audio focus handling for interruption purposes (`handleCallInterruptionCallbacks`). It now uses AudioSwitch and won't trigger unwanted interaction detections when focus is requested.
@@ -12,7 +19,7 @@
12
19
13
20
[2.0.0] - 2025-10-31
14
21
*[Android] Fixed the camera device facing mode detection.
15
-
* Synced flutter-webrtc v0.14.2
22
+
* Synced flutter-webrtc v1.2.0
16
23
* [Doc] fix: typo in package description (#1895)
17
24
* [Android] fix: Video recording crashing and freezing on Android 14 Devices (#1886)
18
25
* [Android] fix: Add audio recording for Android Platform (#1884)
0 commit comments