From 15c24dcad384cfd076bcc5366d0d6ad2f2c1188c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 1 Oct 2023 08:06:17 +0200 Subject: [PATCH] [mirotalksfu] - move recording button on main --- public/js/Room.js | 2 ++ public/views/Room.html | 54 +++++++++++++++++++----------------------- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/public/js/Room.js b/public/js/Room.js index 0b86fe78..bf199b55 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -223,6 +223,8 @@ function refreshMainButtonsToolTipPlacement() { setTippy('stopVideoButton', 'Stop the video', placement); setTippy('startScreenButton', 'Start screen share', placement); setTippy('stopScreenButton', 'Stop screen share', placement); + setTippy('startRecButton', 'Start recording', placement); + setTippy('stopRecButton', 'Stop recording', placement); setTippy('raiseHandButton', 'Raise your hand', placement); setTippy('lowerHandButton', 'Lower your hand', placement); setTippy('swapCameraButton', 'Swap the camera', placement); diff --git a/public/views/Room.html b/public/views/Room.html index 0ba55eb0..567a5cc7 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -142,6 +142,8 @@ access to use this app. + + @@ -396,15 +398,29 @@ access to use this app.
- -
+
-