File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
--------------------------------------------
3
+ [ 0.0.3] - 2018.12.20
4
+
5
+ * Update WebRTC to 1.0.25821.
6
+ * Implemented MediaStreamTrack.setVolume().
7
+ * Add public getter for texture id.
8
+ * Fixed getUserMedia does not work for capturing audio only.
9
+
3
10
[ 0.0.2] - 2018.11.04
4
11
5
12
* Add 'enabled' method for MediaStreamTrack.
Original file line number Diff line number Diff line change 1
1
name : flutter_webrtc
2
2
description : Flutter WebRTC plugin for iOS/Android.
3
- version : 0.0.2
3
+ version : 0.0.3
4
4
author : cloudwebrtc <duanweiwei1982@gmail.com>
5
5
homepage : https://github.com/cloudwebrtc/flutter-webrtc
6
6
@@ -19,7 +19,6 @@ flutter:
19
19
20
20
environment :
21
21
sdk : " >=2.0.0-dev.35.0 <3.0.0"
22
- flutter : " >=0.2.3 <2.0.0"
23
22
24
23
# To add assets to your plugin package, add an assets section, like this:
25
24
# assets:
You can’t perform that action at this time.
0 commit comments