From d00aaa11e9231e0d6d96adde5e327307e61ab6f2 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 18 Jan 2022 23:01:24 -0500 Subject: [PATCH] default JanusEnabled to 0 so that we can turn it off --- web/includes/actions/monitor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/includes/actions/monitor.php b/web/includes/actions/monitor.php index 7ec354179..e0f695d44 100644 --- a/web/includes/actions/monitor.php +++ b/web/includes/actions/monitor.php @@ -89,6 +89,7 @@ if ($action == 'save') { 'ModectDuringPTZ' => 0, 'Enabled' => 0, 'DecodingEnabled' => 0, + 'JanusEnabled' => 0, 'Exif' => 0, 'RTSPDescribe' => 0, 'V4LMultiBuffer' => '',