8000 release: 0.9.13. · withub-com/flutter-webrtc@ea12c71 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea12c71

Browse files
committed
release: 0.9.13.
1 parent ba24cfa commit ea12c71

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.9.13] - 2022-11-12
5+
6+
* [Dart] Change MediaStream.clone to async.
7+
* [iOS] Fixed the bug that the mic indicator light was still on when mic recording was stopped.
8+
* [iOS/macOS/Android/Windows] Allow sdpMLineIndex to be null when addCandidate.
9+
* [macOS] Frame capture support for MacOS.
10+
* [Android] Add enableCpuOveruseDetection configuration (#1165).
11+
* [Android] Update comments (#1164).
12+
413
[0.9.12] - 2022-11-02
514

615
* [iOS] Fixed the problem that iOS earphones and speakers do not switch.

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.9.12
3+
version: 0.9.13
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)
0