From 2e02e7f4efbe3bda59218e063d3cd045b3f4a0ab Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 13 Feb 2024 09:33:22 -0800 Subject: [PATCH] ring: phase out sip streaming --- plugins/ring/package-lock.json | 4 ++-- plugins/ring/package.json | 2 +- plugins/ring/src/main.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/ring/package-lock.json b/plugins/ring/package-lock.json index ab39da364..c01ebb10f 100644 --- a/plugins/ring/package-lock.json +++ b/plugins/ring/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/ring", - "version": "0.0.136", + "version": "0.0.137", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scrypted/ring", - "version": "0.0.136", + "version": "0.0.137", "dependencies": { "@koush/ring-client-api": "file:../../external/ring-client-api", "@scrypted/common": "file:../../common", diff --git a/plugins/ring/package.json b/plugins/ring/package.json index 96a882228..7aec439ac 100644 --- a/plugins/ring/package.json +++ b/plugins/ring/package.json @@ -44,5 +44,5 @@ "got": "11.8.6", "socket.io-client": "^2.5.0" }, - "version": "0.0.136" + "version": "0.0.137" } diff --git a/plugins/ring/src/main.ts b/plugins/ring/src/main.ts index 5c92d7383..ad96fab6c 100644 --- a/plugins/ring/src/main.ts +++ b/plugins/ring/src/main.ts @@ -88,7 +88,7 @@ class RingPlugin extends ScryptedDeviceBase implements DeviceProvider, Settings title: 'Legacy RTSP Streaming', description: 'Enable legacy RTSP Stream support. No longer supported and is being phased out by Ring.', type: 'boolean', - persistedDefaultValue: true, + persistedDefaultValue: false, }, });