File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 1.4.6] - 2024-06-05
5
+
6
+ * chore: bump version for js and http.
7
+ * fix: decrypting audio when e2ee.
8
+ * fix: translate audio constraints for web.
9
+ * fix: missing fault tolerance, better worker reports and a increased timeout for worker tasks.
10
+ * fix type cast exception in getConstraints()
11
+
4
12
[ 1.4.5] - 2024-05-13
5
13
6
14
* fix: negotiationNeeded listener.
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ dart compile js ./lib/src/e2ee.worker/e2ee.worker.dart -o web/e2ee.worker.dart.j
15
15
## How to develop
16
16
17
17
* ` git clone https://github.com/flutter-webrtc/dart-webrtc && cd dart-webrtc `
18
- * ` pub get `
19
- * ` pub global activate webdev `
18
+ * ` dart pub get`
19
+ * ` dart pub global activate webdev`
20
20
* ` webdev serve --auto=refresh `
Original file line number Diff line number Diff line change 1
1
name : dart_webrtc
2
2
description : Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
3
- version : 1.4.5
3
+ version : 1.4.6
4
4
homepage : https://github.com/flutter-webrtc/dart-webrtc
5
5
6
6
environment :
7
7
sdk : ' >=3.3.0 <4.0.0'
8
8
9
9
dependencies :
10
10
collection : ^1.17.1
11
- js : ^0.6.4
11
+ js : ^0.7.1
12
12
logging : ^1.1.0
13
13
meta : ^1.8.0
14
14
platform_detect : ^2.0.7
@@ -19,7 +19,7 @@ dependencies:
19
19
dev_dependencies :
20
20
build_runner : ^2.3.3
21
21
build_web_compilers :
22
- http : ^0.13.3
22
+ http : ^1.2.1
23
23
import_sorter : ^4.6.0
24
24
pedantic : ^1.9.0
25
25
protoo_client : ^0.3.0
You can’t perform that action at this time.
0 commit comments