From 57bb91e10550a9fae50e983ed2b9ffaccb25320d Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 20 Jan 2022 11:53:05 -0500 Subject: [PATCH] add connKey to monitorData --- web/skins/classic/views/js/watch.js.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/skins/classic/views/js/watch.js.php b/web/skins/classic/views/js/watch.js.php index 2f383ab24..cef3cdd79 100644 --- a/web/skins/classic/views/js/watch.js.php +++ b/web/skins/classic/views/js/watch.js.php @@ -64,6 +64,7 @@ foreach ($monitors as $m) { ?> monitorData[monitorData.length] = { 'id': Id() ?>, + 'connKey': connKey() ?>, 'width': ViewWidth() ?>, 'height':ViewHeight() ?>, 'janusEnabled':JanusEnabled() ?>,