diff --git a/plugins/webrtc/src/session-control.ts b/plugins/webrtc/src/session-control.ts index 0ac8e3429..46a8b8b35 100644 --- a/plugins/webrtc/src/session-control.ts +++ b/plugins/webrtc/src/session-control.ts @@ -1,5 +1,5 @@ import { RTCRtpTransceiver } from "@koush/werift"; -import { closeQuiet, createBindZero, listenZeroSingleClient } from "@scrypted/common/src/listen-cluster"; +import { listenZeroSingleClient } from "@scrypted/common/src/listen-cluster"; import { RtspServer } from "@scrypted/common/src/rtsp-server"; import { createSdpInput, parseSdp } from "@scrypted/common/src/sdp-utils"; import sdk, { FFmpegInput, Intercom, RTCSessionControl } from "@scrypted/sdk";