Update main.ts

This commit is contained in:
Koushik Dutta
2022-01-22 14:12:48 -08:00
committed by GitHub
parent e27bf2303a
commit 3edfb68c09

View File

@@ -31,11 +31,6 @@ class RingCameraDevice extends ScryptedDeviceBase implements Intercom, Camera, V
this.session = undefined;
}
// the ring-api-client can negotiate the sip connection and output the stream
// to a ffmpeg output target.
// provide a tcp socket to write, and then proxy that back as an ffmpeg input
// to the caller.
// this is from sip
const { clientPromise, url } = await listenZeroSingleClient();
const camera = this.findCamera();