[mirotalksfu] - fix lobby size 4 mobile

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-29 22:18:20 +02:00
الأصل a2ef550b66
التزام 4d64e89db3

عرض الملف

@@ -3328,7 +3328,8 @@ class RoomClient {
showDenyButton: false,
showConfirmButton: true,
background: swalBackground,
title: 'Your join meeting was be rejected by moderator',
title: 'Rejected',
text: 'Your join meeting was be rejected by moderator',
confirmButtonText: `Ok`,
showClass: {
popup: 'animate__animated animate__fadeInDown',
@@ -3441,6 +3442,10 @@ class RoomClient {
lobby.style.display = 'block';
lobby.style.top = '50%';
lobby.style.left = '50%';
if (this.isMobileDevice) {
lobby.style.width = '100%';
lobby.style.height = '100%';
}
isLobbyOpen = true;
this.sound('lobby');
} else {