8000
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 69d6d56 commit 3e4ef91Copy full SHA for 3e4ef91
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
3
--------------------------------------------
4
+[0.9.8] - 2022-09-30
5
+
6
+* [Android] fix: Make sure local stream/track dispose correctly.
7
+* [Android] Remove bluetooth permission on peerConnectionInit.
8
+* [iOS] Fix system sound interruption on iOS (#1099).
9
+* [Android] Fix: call mode on app start (#1097).
10
+* [Dart] Avoid renderer initialization multiple times (#1067).
11
12
[0.9.7] - 2022-09-13
13
14
* [Windows] Support sendDtmf.
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
-version: 0.9.7
+version: 0.9.8
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=2.12.0 <3.0.0'
0 commit comments