Skip to content

Commit 4cd8606

Browse files
authored
Merge pull request #56 from GetStream/release/v2.2.2
Release v2.2.2
2 parents 969a8fa + af2fe78 commit 4cd8606

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# Changelog
33

4+
[2.2.2] - 2025-12-19
5+
* [Android] Added support for screen sharing audio on Android by mixing the microphone audio with recorded screen audio.
6+
47
[2.2.1] - 2025-12-16
58
* Synced flutter-webrtc v1.2.1
69
* [Linux] fix: Enable software AEC/NS/AGC for linux.

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.1'
6+
s.version = '2.2.2'
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.1'
6+
s.version = '2.2.2'
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.1
3+
version: 2.2.2
44
homepage: https://github.com/GetStream/webrtc-flutter
55
environment:
66
sdk: ">=3.6.0 <4.0.0"

0 commit comments

Comments
 (0)