[mirotalk] - improve busy room

This commit is contained in:
Miroslav Pejic
2022-10-20 13:19:52 +02:00
parent fb942f4c3e
commit af9fd465c3
2 changed files with 3 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

+3 -2
View File
@@ -42,6 +42,7 @@ const audioGif = '../images/audio.gif';
const videoAudioShare = '../images/va-share.png';
const aboutImg = '../images/mirotalk-logo.png';
const imgFeedback = '../images/feedback.png';
const forbiddenImg = '../images/forbidden.png';
// nice free icon: https://www.iconfinder.com
const fileSharingInput = '*'; // allow all file extensions
@@ -867,10 +868,10 @@ function roomIsBusy() {
allowOutsideClick: false,
allowEscapeKey: false,
background: swalBackground,
imageUrl: confirmImg,
imageUrl: forbiddenImg,
position: 'center',
title: 'Room is busy',
text: 'Please try again later',
html: `The room is limited to ${usersCountLimit} users. <br/> Please try again later`,
showDenyButton: false,
confirmButtonText: `OK`,
showClass: {