Skip to content

Commit 44af4a5

Browse files
committed
release: 1.3.1.
1 parent 676d9e4 commit 44af4a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

22
# Changelog
33

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+
410
[0.13.0] - 2025-03-24
511

612
* [All] feat: add getBufferedAmount for DataChannel. (#1796)

pubspec.yaml

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

0 commit comments

Comments
 (0)