Skip to content

Commit d5f1099

Browse files
authored
Merge pull request #54 from GetStream/release/v2.2.1
Release v2.2.1
2 parents b15ac64 + 07917fa commit d5f1099

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# Changelog
33

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+
411
[2.2.0] - 2025-11-24
512
* Added `Helper.pauseAudioPlayout()` / `Helper.resumeAudioPlayout()` to mute and restore remote playback with platform-specific handling for iOS/macOS and Android.
613
* [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 @@
1219

1320
[2.0.0] - 2025-10-31
1421
* [Android] Fixed the camera device facing mode detection.
15-
* Synced flutter-webrtc v0.14.2
22+
* Synced flutter-webrtc v1.2.0
1623
* [Doc] fix: typo in package description (#1895)
1724
* [Android] fix: Video recording crashing and freezing on Android 14 Devices (#1886)
1825
* [Android] fix: Add audio recording for Android Platform (#1884)

ios/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '2.2.0'
6+
s.version = '2.2.1'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '2.2.0'
6+
s.version = '2.2.1'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_webrtc_flutter
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 2.2.0
3+
version: 2.2.1
44
homepage: https://github.com/GetStream/webrtc-flutter
55
environment:
66
sdk: ">=3.6.0 <4.0.0"

0 commit comments

Comments
 (0)