File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
- ## Changelog
1
+ # Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.3.0] - 2020.09.05
5
+
6
+ * [ Dart] Improve RTCVideoView.
7
+ * [ Android] Refactors Android plugin alongside the embedding V2 migration.
8
+ * [ Dart] Fix .ownerTag not defined for web.
9
+ * [ Dart] Added label as read only property.
10
+ * [ macOS] Updated WebRTC framework to work with AppStoreConnect.
11
+ * [ Dart] Make 'constraints' argument optional.
12
+ * [ Dart] Make createOffer constraints optional.
13
+ * [ iOS/Android/Web] Adding createLocalMediaStream method to PeerConnectionFactory.
14
+ * [ Web] Fixing multiple video renderers on the same HTML page for Flutter Web.
15
+ * [ iOS] Add peerConnectionId to data channel EventChannel.
16
+ * [ Android] Add library module ProGuard configuration file.
17
+ * [ iOS] Fix typo in render size change check condition
18
+ * [ README] Add missed Android usage hint.
19
+
4
20
[ 0.2.8] - 2020.04.22
5
21
6
22
* [ macOS/iOS] Fix typo in render size change check condition.
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.
3
- version : 0.2.8
3
+ version : 0.3.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