File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
- [ 1.5.4] - 2025-04 -29
4
+ [ 1.5.3+hotfix. 4] - 2025-07 -29
5
5
6
- * Media recording changes .
6
+ * fixed E2EE issue for Chrome .
7
7
8
8
[ 1.5.3+hotfix.3] - 2025-07-24
9
9
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ class FrameCryptorFactoryImpl implements FrameCryptorFactory {
449
449
required Algorithm algorithm,
450
450
required KeyProvider keyProvider}) {
451
451
var jsSender = (sender as RTCRtpSenderWeb ).jsRtpSender;
452
- var trackId = jsSender.hashCode. toString () ;
452
+ var trackId = jsSender.track ? .id ?? sender.senderId ;
453
453
var kind = jsSender.track! .kind;
454
454
455
455
if (web.window.hasProperty ('RTCRtpScriptTransform' .toJS).toDart) {
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.5.3+hotfix.3
3
+ version : 1.5.3+hotfix.4
4
4
homepage : https://github.com/flutter-webrtc/dart-webrtc
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments