[mirotalksfu] - add more moderator options, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2023-11-18 22:12:15 +01:00
الأصل 90353bc17f
التزام 3ce1c61010
9 ملفات معدلة مع 237 إضافات و40 حذوفات

عرض الملف

@@ -593,6 +593,7 @@ access to use this app.
<div id="tabModerator" class="tabcontent">
<h3 class="mod-title">Moderator options</h3>
<hr style="border: 1px solid grey" />
<table class="settingsTable">
<tr id="everyoneMuteBtn">
<td style="width: auto">
@@ -625,6 +626,65 @@ access to use this app.
</div>
</td>
</tr>
<tr>
<td colspan="2">
<hr style="border: 1px solid grey" />
</td>
</tr>
<tr id="everyoneCantUnmuteBtn">
<td style="width: auto">
<div class="title">
<i class="fas fa-microphone red"></i>
<p>Everyone can't unmute themselves</p>
</div>
</td>
<td>
<div class="form-check form-switch form-switch-md">
<input
id="switchEveryoneCantUnmute"
class="form-check-input"
type="checkbox"
checked
/>
</div>
</td>
</tr>
<tr id="everyoneCantUnhideBtn">
<td style="width: auto">
<div class="title">
<i class="fas fa-video red"></i>
<p>Everyone can't unhide themselves</p>
</div>
</td>
<td>
<div class="form-check form-switch form-switch-md">
<input
id="switchEveryoneCantUnhide"
class="form-check-input"
type="checkbox"
checked
/>
</div>
</td>
</tr>
<tr id="everyoneCantShareScreenBtn">
<td style="width: auto">
<div class="title">
<i class="fas fa-display red"></i>
<p>Everyone can't share screen</p>
</div>
</td>
<td>
<div class="form-check form-switch form-switch-md">
<input
id="switchEveryoneCantShareScreen"
class="form-check-input"
type="checkbox"
checked
/>
</div>
</td>
</tr>
</table>
</div>