Skip to content

Commit 617a655

Browse files
committed
version bump
1 parent 97a22df commit 617a655

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
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.3] - 2025-12-22
5+
* [Android] Fixed concurrency issues in local tracks access that could cause a crash.
6+
47
[2.2.2] - 2025-12-19
58
* [Android] Added support for screen sharing audio on Android by mixing the microphone audio with recorded screen audio.
69

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.2'
6+
s.version = '2.2.3'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

lib/stream_webrtc_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export 'src/native/rtc_video_platform_view_controller.dart';
2525
export 'src/native/rtc_video_platform_view.dart';
2626

2727
const String androidWebRTCVersion = '137.0.1';
28-
const String iosWebRTCVersion = '137.0.43';
28+
const String iosWebRTCVersion = '137.0.54';

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

0 commit comments

Comments
 (0)