8000 release: 0.9.40. · azazadev/flutter-webrtc@90a2594 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90a2594

Browse files
committed
release: 0.9.40.
1 parent 0bfc254 commit 90a2594

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.9.40] - 2023-08-16
5+
6+
* [Windows/Linux] fix: nullptr checking for sender/receiver for getStats.
7+
48
[0.9.39] - 2023-08-14
59

610
* [Dart/Native] feat: add async methods for getting pc states.
711

812
[0.9.38] - 2023-08-11
913

10-
* [Android] fix: Expose helper to clearCommunicationDevice on AudioManager.AUDIOFOCUS_LOSS/
14+
* [Android] fix: Expose helper to clearCommunicationDevice on AudioManager.AUDIOFOCUS_LOSS
1115
* [Android] feat: support force SW codec list for android, and disable HW codec for VP9 by default.
1216
* [Android] fix: issue for audio device switch (#1417)
1317
* [Android/iOS] feat: Added setZoom method to support camera zooming while streaming. (#1412).

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

0 commit comments

Comments
 (0)
0