Skip to content

Commit 99a87e3

Browse files
committed
release: 1.4.6.
1 parent e6ee889 commit 99a87e3

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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.

README.md

+2-2
Original file line numberDiff line numberDiff 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`

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: dart_webrtc
22
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
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
77
sdk: '>=3.3.0 <4.0.0'
88

99
dependencies:
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:
1919
dev_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

0 commit comments

Comments
 (0)