File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.5.0] - 2020.11.18
5
+
6
+ * [ Web] Add Unified-Plan for Flutter Web.
7
+ * [ Web] Add video frame mirror support for web.
8
+ * [ Web] Support Simulcast for web.
9
+ * [ Web] Use dart-webrtc as flutter web plugin.
10
+ * [ Android/Darwin] Fix crash when unset streamIds in RtpTransceiverInit.
11
+ * [ Dart] Change the constraints of createOffer/createAnswer as optional.
12
+ * [ iOS] Fix adding track to stream igal committed (#413 )
13
+
4
14
[ 0.4.1] - 2020.11.11
5
15
6
16
* Add transceiver to onTrack events.
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.4.1
3
+ version : 0.5.0
4
4
homepage : https://github.com/cloudwebrtc/flutter-webrtc
5
5
environment :
6
6
sdk : ' >=2.2.2 <3.0.0'
You can’t perform that action at this time.
0 commit comments