File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
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+
412[ 1.4.5] - 2024-05-13
513
614* 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
1515## How to develop
1616
1717* ` 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`
2020* ` webdev serve --auto=refresh `
Original file line number Diff line number Diff line change 11name : dart_webrtc
22description : 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
44homepage : https://github.com/flutter-webrtc/dart-webrtc
55
66environment :
77 sdk : ' >=3.3.0 <4.0.0'
88
99dependencies :
1010 collection : ^1.17.1
11- js : ^0.6.4
11+ js : ^0.7.1
1212 logging : ^1.1.0
1313 meta : ^1.8.0
1414 platform_detect : ^2.0.7
@@ -19,7 +19,7 @@ dependencies:
1919dev_dependencies :
2020 build_runner : ^2.3.3
2121 build_web_compilers :
22- http : ^0.13.3
22+ http : ^1.2.1
2323 import_sorter : ^4.6.0
2424 pedantic : ^1.9.0
2525 protoo_client : ^0.3.0
You can’t perform that action at this time.
0 commit comments