Skip to content

Commit

Permalink
fix e2ee worker compile for flutter web. (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Nov 25, 2023
1 parent f08556e commit 86e43b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/e2ee.cryptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import 'dart:typed_data';
import 'dart:collection';
import 'dart:async';

import 'package:flutter_webrtc/src/web/rtc_transform_stream.dart';
import 'package:dart_webrtc/src/rtc_transform_stream.dart';

import 'crypto.dart' as crypto;
import 'e2ee.utils.dart';
Expand Down
2 changes: 1 addition & 1 deletion web/e2ee.worker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import 'package:js/js.dart';

import 'e2ee.cryptor.dart';

import 'package:flutter_webrtc/src/web/rtc_transform_stream.dart';
import 'package:dart_webrtc/src/rtc_transform_stream.dart';
import 'package:collection/collection.dart';

import 'crypto.dart' as crypto;
Expand Down

0 comments on commit 86e43b3

Please sign in to comment.