[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-01-20 18:37:59 +01:00
الأصل 8f3ead242b
التزام 3634b6f162
3 ملفات معدلة مع 34 إضافات و4 حذوفات

عرض الملف

@@ -242,6 +242,7 @@ async function initEnumerateDevices() {
if (!isAudioAllowed && !isVideoAllowed && !joinRoomWithoutAudioVideo) {
openURL(`/permission?room_id=${room_id}&message=Not allowed both Audio and Video`);
} else {
hide(loadingDiv);
setButtonsInit();
setSelectsInit();
handleSelectsInit();
@@ -464,7 +465,7 @@ function whoAreYou() {
Swal.fire({
allowOutsideClick: false,
allowEscapeKey: false,
background: swalBackground,
background: 'rgba(0, 0, 0, 0.7)', //swalBackground,
title: 'MiroTalk SFU',
input: 'text',
inputPlaceholder: 'Enter your name',