[mirotalksfu] - fix typo

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

عرض الملف

@@ -81,8 +81,8 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
/* background: url('../images/background.jpg'); */ background: url('../images/background.jpg');
background: var(--body-bg); /* background: var(--body-bg); */
} }
/*-------------------------------------------------------------- /*--------------------------------------------------------------
@@ -97,6 +97,30 @@ body {
background: #2c2c2c !important; background: #2c2c2c !important;
} }
/*--------------------------------------------------------------
# Loading...
--------------------------------------------------------------*/
#loadingDiv {
color: #fff;
padding: 30px;
border-radius: 10px;
background: transparent;
}
#loadingDiv h1 {
padding: 10px;
font-size: 60px;
font-family: 'Comfortaa';
background: rgba(0, 0, 0, 0.7);
border-radius: 10px;
}
#loadingDiv p {
padding: 10px;
font-family: 'Comfortaa';
background: rgba(0, 0, 0, 0.7);
border-radius: 10px;
}
/*-------------------------------------------------------------- /*--------------------------------------------------------------
# Init User # Init User
--------------------------------------------------------------*/ --------------------------------------------------------------*/

عرض الملف

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

عرض الملف

@@ -91,9 +91,14 @@
<body onload="initClient()"> <body onload="initClient()">
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="loadingDiv" class="center pulsate">
<h1>Loading...</h1>
<p>Please allow the camera or microphone access to use this app.</p>
</div>
<section> <section>
<div id="initUser" class="init-user hidden"> <div id="initUser" class="init-user hidden">
<p>Please allow the camera & microphone access to use this app.</p> <!-- <p>Please allow the camera & microphone access to use this app.</p> -->
<video <video
id="initVideo" id="initVideo"
playsinline="true" playsinline="true"