File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4+ [ 1.1.0] - 2023-06-29
5+
6+ * Add FrameCryptor support.
7+
48[ 1.0.17] - 2023-06-14
59
610* Fix facingMode for mobile.
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Use the [dart/js](https://pub.dev/packages/js) library to re-wrap the [webrtc](h
66
77This library will be used for [ flutter-webrtc] ( https://github.com/flutter-webrtc/flutter-webrtc ) for [ flutter web] ( https://flutter.dev/web ) plugin.
88
9+ ## compile E2EE worker
10+
11+ ``` bash
12+ dart compile js ./lib/src/e2ee.worker/e2ee.worker.dart -o web/e2ee.worker.dart.js
13+ ```
14+
915## How to develop
1016
1117* ` git clone https://github.com/flutter-webrtc/dart-webrtc && cd dart-webrtc `
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ environment:
99dependencies :
1010 js : ^0.6.4
1111 platform_detect : ^2.0.7
12- webrtc_interface : 1.0.13
12+ webrtc_interface : 1.1.0
1313
1414dev_dependencies :
1515 build_runner : ^2.3.3
16- build_web_compilers : ^3.2.7
16+ build_web_compilers : ^4.0.0
1717 http : ^0.13.3
1818 import_sorter : ^4.6.0
1919 pedantic : ^1.9.0
You can’t perform that action at this time.
0 commit comments