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 676d9e4 commit 44af4a5Copy full SHA for 44af4a5
CHANGELOG.md
@@ -1,6 +1,12 @@
1
2
# Changelog
3
4
+[0.13.1] - 2025-04-03
5
+
6
+* [Android] fix: remove setPreferredInputDevice when getUserAduio. (#1808)
7
+* [Web] fix: race condition in RTCVideoRenderer for Web (#1805)
8
+* [Android] fix: Migrate from onSurfaceDestroyed to onSurfaceCleanup for SurfaceProducer.Callback. (#1806)
9
10
[0.13.0] - 2025-03-24
11
12
* [All] feat: add getBufferedAmount for DataChannel. (#1796)
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
-version: 0.13.0
+version: 0.13.1
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=3.3.0 <4.0.0'
0 commit comments