From 3edfb68c0935f5d48d1bd78b102f587cd54b80fa Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 22 Jan 2022 14:12:48 -0800 Subject: [PATCH] Update main.ts --- plugins/ring/src/main.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/ring/src/main.ts b/plugins/ring/src/main.ts index a90e0fb67..6a923a8b3 100644 --- a/plugins/ring/src/main.ts +++ b/plugins/ring/src/main.ts @@ -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();