webrtc: cleanup

This commit is contained in:
Koushik Dutta
2022-07-22 22:16:29 -07:00
parent 23182f3345
commit f312e68e6a

View File

@@ -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";