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 11# Changelog
22
33--------------------------------------------
4- [ 1.5.4] - 2025-04 -29
4+ [ 1.5.3+hotfix. 4] - 2025-07 -29
55
6- * Media recording changes .
6+ * fixed E2EE issue for Chrome .
77
88[ 1.5.3+hotfix.3] - 2025-07-24
99
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ class FrameCryptorFactoryImpl implements FrameCryptorFactory {
449449 required Algorithm algorithm,
450450 required KeyProvider keyProvider}) {
451451 var jsSender = (sender as RTCRtpSenderWeb ).jsRtpSender;
452- var trackId = jsSender.hashCode. toString () ;
452+ var trackId = jsSender.track ? .id ?? sender.senderId ;
453453 var kind = jsSender.track! .kind;
454454
455455 if (web.window.hasProperty ('RTCRtpScriptTransform' .toJS).toDart) {
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.5.3+hotfix.3
3+ version : 1.5.3+hotfix.4
44homepage : https://github.com/flutter-webrtc/dart-webrtc
55
66environment :
You can’t perform that action at this time.
0 commit comments