From 58347f1796ea1fdfd0a46f84d470242251d5e5c4 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 4 Dec 2023 17:41:49 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- public/js/Room.js | 3 +++ public/views/Room.html | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/public/js/Room.js b/public/js/Room.js index cf831c5a..6d302ebd 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -1084,6 +1084,7 @@ function roomIsReady() { if (BUTTONS.settings.host_only_recording) { show(roomRecording); show(recordingImage); + show(roomRecordingOptions); } BUTTONS.main.aboutButton && show(aboutButton); if (!DetectRTC.isMobileDevice) show(pinUnpinGridDiv); @@ -2281,6 +2282,7 @@ function handleRoomClientEvents() { hide(startRecButton); hide(roomRecording); hide(recordingImage); + hide(roomRecordingOptions); show(recordingMessage); hostOnlyRecording = true; } @@ -2290,6 +2292,7 @@ function handleRoomClientEvents() { console.log('Room event: host only recording disabled'); show(startRecButton); show(recordingImage); + show(roomRecordingOptions); hide(roomRecording); hide(recordingMessage); hostOnlyRecording = false; diff --git a/public/views/Room.html b/public/views/Room.html index 37130605..f3be8a3b 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -739,7 +739,7 @@ access to use this app.
-