From d41e9e4a1013f1c7c5a70f94f712142335670e7e Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 21 Jan 2023 11:38:16 +0100 Subject: [PATCH] [mirotalksfu] - improve UI --- public/js/Room.js | 7 ++++--- public/views/Room.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/js/Room.js b/public/js/Room.js index 671c59dc..68f1ab58 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -591,13 +591,12 @@ async function shareRoom(useNavigator = false) { Swal.fire({ background: swalBackground, position: 'center', - title: 'Share your meeting room', + title: 'Share the room', html: ` -
-

+

Join from your mobile device

No need for apps, simply capture the QR code with your mobile camera

Or

@@ -605,6 +604,8 @@ async function shareRoom(useNavigator = false) {

${RoomURL}

`, showDenyButton: true, showCancelButton: true, + cancelButtonColor: 'red', + denyButtonColor: 'green', confirmButtonText: `Copy URL`, denyButtonText: `Email invite`, cancelButtonText: `Close`, diff --git a/public/views/Room.html b/public/views/Room.html index e83fe918..1af486a9 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -364,10 +364,10 @@