[mirotalksfu] - improve UI
هذا الالتزام موجود في:
@@ -591,13 +591,12 @@ async function shareRoom(useNavigator = false) {
|
|||||||
Swal.fire({
|
Swal.fire({
|
||||||
background: swalBackground,
|
background: swalBackground,
|
||||||
position: 'center',
|
position: 'center',
|
||||||
title: 'Share your meeting room',
|
title: 'Share the room',
|
||||||
html: `
|
html: `
|
||||||
<br/>
|
|
||||||
<div id="qrRoomContainer">
|
<div id="qrRoomContainer">
|
||||||
<canvas id="qrRoom"></canvas>
|
<canvas id="qrRoom"></canvas>
|
||||||
</div>
|
</div>
|
||||||
<br/><br/>
|
<br/>
|
||||||
<p style="background:transparent; color:rgb(8, 189, 89);">Join from your mobile device</p>
|
<p style="background:transparent; color:rgb(8, 189, 89);">Join from your mobile device</p>
|
||||||
<p style="background:transparent; color:white;">No need for apps, simply capture the QR code with your mobile camera</p>
|
<p style="background:transparent; color:white;">No need for apps, simply capture the QR code with your mobile camera</p>
|
||||||
<p style="background:transparent; color:white;">Or</p>
|
<p style="background:transparent; color:white;">Or</p>
|
||||||
@@ -605,6 +604,8 @@ async function shareRoom(useNavigator = false) {
|
|||||||
<p style="background:transparent; color:rgb(8, 189, 89);">${RoomURL}</p>`,
|
<p style="background:transparent; color:rgb(8, 189, 89);">${RoomURL}</p>`,
|
||||||
showDenyButton: true,
|
showDenyButton: true,
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
|
cancelButtonColor: 'red',
|
||||||
|
denyButtonColor: 'green',
|
||||||
confirmButtonText: `Copy URL`,
|
confirmButtonText: `Copy URL`,
|
||||||
denyButtonText: `Email invite`,
|
denyButtonText: `Email invite`,
|
||||||
cancelButtonText: `Close`,
|
cancelButtonText: `Close`,
|
||||||
|
|||||||
@@ -364,10 +364,10 @@
|
|||||||
|
|
||||||
<section id="participants" class="fadein center hidden">
|
<section id="participants" class="fadein center hidden">
|
||||||
<header id="participantsHeader" class="participants-header">
|
<header id="participantsHeader" class="participants-header">
|
||||||
<div id="participantsTitle" class="participants-header-title"></div>
|
|
||||||
<div class="participants-header-options">
|
<div class="participants-header-options">
|
||||||
<button id="participantsCloseBtn" class="fas fa-times"></button>
|
<button id="participantsCloseBtn" class="fas fa-times"></button>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="participantsTitle" class="participants-header-title"></div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<div id="roomParticipants"></div>
|
<div id="roomParticipants"></div>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم