8000 Upgrade version to 0.6.4. · dempsey/flutter-webrtc@512dde9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 512dde9

Browse files
committed
Upgrade version to 0.6.4.
1 parent c1b61b6 commit 512dde9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.6.4] - 2021.05.02
5+
6+
* [Android] Fix getting screen capture on Huawei only successful in the first time. (#523)
7+
* [Android] Add configuration "cryptoOptions" in parseRTCConfiguration().
8+
* [Dart] Change getLocalDescription,getRemoteDescription,RTCRtpSenderWeb.track returns to nullable.
9+
* [Dart] Fixed bug in RTCPeerConnectionWeb.removeTrack.
10+
* [Dart] Change MediaStreamTrack.captureFrame returns to ByteBuffer to compatible with web API.
11+
* [Dart] Do null safety check in onRemoveStream,onRemoveTrack and MediaStream.getTrackById.
12+
* [Android] Add reStartCamera method when the camera is preempted by other apps.
13+
* [Web] Refactored RTCVideoRendererWeb and RTCVideoViewWeb, using video and audio HTML tags to render audio and video streams separately.
14+
415
[0.6.3] - 2021.04.03
516

617
* [Dart] Change RTCRtpSender.track to nullable.

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

0 commit comments

Comments
 (0)
0