From 8ce32a654699bc19669a6744b9583b1b067139f1 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 24 May 2023 15:26:34 +0100 Subject: added startAudioOnly --- index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 1140e6d..20d3b56 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ // Handle feature changes const $disablePrejoinPage = $("#disablePrejoinPage"); - const $audioOnly = $("#audioOnly"); + const $startAudioOnly = $("#startAudioOnly"); const $startAudioMuted = $("#startAudioMuted"); const $startVideoMuted = $("#startVideoMuted"); const $disableFaceCentering = $("#disableFaceCentering"); @@ -95,7 +95,7 @@ paramGroup['config.prejoinConfig.enabled'] = false; } - if ($audioOnly.prop('checked')) { + if ($startAudioOnly.prop('checked')) { paramGroup['config.startAudioOnly'] = true; } @@ -128,7 +128,7 @@ } $disablePrejoinPage.on("input", featureChanged); - $audioOnly.on("input", featureChanged); + $startAudioOnly.on("input", featureChanged); $startAudioMuted.on("input", featureChanged); $startVideoMuted.on("input", featureChanged); $disableFaceCentering.on("input", featureChanged); @@ -340,10 +340,14 @@
- -
-- cgit v1.2.3