[mirotalksfu] - add missing

هذا الالتزام موجود في:
Miroslav Pejic
2025-01-28 01:40:59 +01:00
الأصل 2e65ea557a
التزام dda50a2968
5 ملفات معدلة مع 20 إضافات و5 حذوفات

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.7.15",
"version": "1.7.16",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {

عرض الملف

@@ -443,7 +443,8 @@ body {
background: var(--body-bg);
}
.settingsTable td, .settingsTable th {
.settingsTable td,
.settingsTable th {
padding: 10px;
text-align: left;
}

عرض الملف

@@ -257,3 +257,14 @@ footer {
-moz-animation-duration: 1s;
animation-duration: 1s;
}
/*--------------------------------------------------------------
# Google Translate
--------------------------------------------------------------*/
.skiptranslate iframe,
.goog-te-banner-frame.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
display: none !important;
}

عرض الملف

@@ -654,7 +654,9 @@ access to use this app.
</tr>
<tr>
<td>
<button id="applyAudioOptionsButton" class="fas fa-check"><p>Apply options</p></button>
<button id="applyAudioOptionsButton" class="fas fa-check">
<p>Apply options</p>
</button>
</td>
<td></td>
</tr>

عرض الملف

@@ -57,6 +57,7 @@
<!-- JS scripts -->
<script defer src="../js/Brand.js"></script>
<script async src="../js/Translate.js"></script>
<script defer src="../js/RtmpStreamer.js"></script>
</head>
<body>
@@ -65,7 +66,7 @@
<button id="closePopup"><i class="fas fa-close"></i></button>
</div>
<div class="container fadein">
<h1>MiroTalk RTMP Streamer</h1>
<h1>RTMP Streamer</h1>
<div class="input-group-inline">
<input
id="apiSecret"
@@ -101,7 +102,7 @@
</button>
</div>
</div>
<footer>
<footer id="footer">
<p>&copy; 2025 MiroTalk SFU, all rights reserved</p>
</footer>
</body>