[mirotalksfu] - improve share room

هذا الالتزام موجود في:
Miroslav Pejic
2023-01-19 18:02:41 +01:00
الأصل a553845e01
التزام c33429d3e2

عرض الملف

@@ -540,17 +540,17 @@ async function shareRoom(useNavigator = false) {
background: swalBackground,
position: 'center',
title: '<strong>Welcome ' + peer_name + '</strong>',
html:
`
html: `
<br/>
<div id="qrRoomContainer">
<canvas id="qrRoom"></canvas>
</div>
<br/><br/>
<p style="background:transparent; color:white;">Invite others to join. Share this meeting link.</p>
<p style="background:transparent; color:rgb(8, 189, 89);">` +
RoomURL +
`</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;">Or</p>
<p style="background:transparent; color:white;">Invite someone else to join by sending them the following URL</p>
<p style="background:transparent; color:rgb(8, 189, 89);">${RoomURL}</p>`,
showDenyButton: true,
showCancelButton: true,
confirmButtonText: `Copy URL`,