We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc4e33 commit e7811b4Copy full SHA for e7811b4
lib/src/track/processor.dart
@@ -1,4 +1,4 @@
1
-import 'package:webrtc_interface/webrtc_interface.dart';
+import 'package:flutter_webrtc/flutter_webrtc.dart';
2
3
import '../core/room.dart';
4
import '../types/other.dart';
lib/src/track/track.dart
@@ -141,6 +141,7 @@ abstract class Track extends DisposableChangeNotifier
141
142
if (_originalTrack != null) {
143
await _originalTrack?.stop();
144
+ _originalTrack = null;
145
}
146
147
_active = false;
0 commit comments