We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f7b31 commit 51ca79cCopy full SHA for 51ca79c
CHANGELOG.md
@@ -1,6 +1,12 @@
1
2
# Changelog
3
4
+[0.14.1] - 2025-05-22
5
+
6
+* [Android] fix: Recording bug (#1839)
7
+* [Android] fix: calls in terminated mode by disabling orientation manager (#1840)
8
+* [Android] fix: Wait for audio and video thread to fully stop to avoid corrupted recordings (#1836)
9
10
[0.14.0] - 2025-05-06
11
12
* [iOS/Android]feat: Media Recorder implementation Android and iOS (#1810)
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
-version: 0.14.0
+version: 0.14.1
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: ">=3.3.0 <4.0.0"
0 commit comments