File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
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
+
4
15
[ 0.6.3] - 2021.04.03
5
16
6
17
* [ Dart] Change RTCRtpSender.track to nullable.
Original file line number Diff line number Diff line change 1
1
name : flutter_webrtc
2
2
description : Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3
- version : 0.6.3
3
+ version : 0.6.4
4
4
homepage : https://github.com/cloudwebrtc/flutter-webrtc
5
5
environment :
6
6
sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments