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 fb525ee commit 31f601dCopy full SHA for 31f601d
lib/src/rtc_rtp_transceiver_impl.dart
@@ -1,7 +1,6 @@
1
import 'dart:async';
2
import 'dart:js_util' as jsutil;
3
4
-import 'package:webrtc_interface/src/rtc_rtp_capabilities.dart';
5
import 'package:webrtc_interface/webrtc_interface.dart';
6
7
import 'media_stream_impl.dart';
@@ -54,8 +53,6 @@ extension RTCRtpTransceiverInitWebExt on RTCRtpTransceiverInit {
54
53
});
55
}
56
57
-
58
59
class RTCRtpTransceiverWeb extends RTCRtpTransceiver {
60
RTCRtpTransceiverWeb(this._jsTransceiver, _peerConnectionId);
61
0 commit comments