[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -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"
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم