ring: phase out sip streaming

This commit is contained in:
Koushik Dutta
2024-02-13 09:33:22 -08:00
parent fcc51418c3
commit 2e02e7f4ef
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -44,5 +44,5 @@
"got": "11.8.6",
"socket.io-client": "^2.5.0"
},
"version": "0.0.136"
"version": "0.0.137"
}

View File

@@ -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,
},
});