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 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 1.1.0] - 2023-06-29
5
+
6
+ * Add FrameCryptor support.
7
+
4
8
[ 1.0.17] - 2023-06-14
5
9
6
10
* 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
6
6
7
7
This library will be used for [ flutter-webrtc] ( https://github.com/flutter-webrtc/flutter-webrtc ) for [ flutter web] ( https://flutter.dev/web ) plugin.
8
8
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
+
9
15
## How to develop
10
16
11
17
* ` 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:
9
9
dependencies :
10
10
js : ^0.6.4
11
11
platform_detect : ^2.0.7
12
- webrtc_interface : 1.0.13
12
+ webrtc_interface : 1.1.0
13
13
14
14
dev_dependencies :
15
15
build_runner : ^2.3.3
16
- build_web_compilers : ^3.2.7
16
+ build_web_compilers : ^4.0.0
17
17
http : ^0.13.3
18
18
import_sorter : ^4.6.0
19
19
pedantic : ^1.9.0
You can’t perform that action at this time.
0 commit comments