File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.4.1] - 2020.11.11
5
+
6
+ * Add transceiver to onTrack events.
7
+ * Remove unnecessary log printing.
8
+ * Fixed a crash caused by using GetTransceivers under non-unified-plan,
9
+ close #389 .
10
+ * FIX - Invalid type inference (#392 )
11
+ * [ Web] Add onEnded and onMuted for Web (#387 )
12
+ * [ Darwin] Fix PeerConnectionState for darwin.
13
+ * [ Darwin] Fix compilation warning under darwin.
14
+ * [ Android] Fixed 'Sender is null' issue when removing track. (#401 )
15
+ * [ iOS] fix removeTrack methodChannel response, onTrack's ` stream ` and ` track ` not being registered in native.
16
+ * [ Darwin/Android] ` RtpSender ` ` setParameters ` functionality.
17
+
4
18
[ 0.4.0] - 2020.10.14
5
19
6
20
* Support Unified-Plan for Android/iOS/macOS.
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.0
3
+ version : 0.4.1
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