[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -987,7 +987,7 @@ function handleSelects() {
|
|||||||
rc.setLocalStorageDevices(RoomClient.mediaType.video, videoSelect.selectedIndex, videoSelect.value);
|
rc.setLocalStorageDevices(RoomClient.mediaType.video, videoSelect.selectedIndex, videoSelect.value);
|
||||||
};
|
};
|
||||||
// room
|
// room
|
||||||
switchSound.onchange = (e) => {
|
switchSounds.onchange = (e) => {
|
||||||
isSoundEnabled = e.currentTarget.checked;
|
isSoundEnabled = e.currentTarget.checked;
|
||||||
};
|
};
|
||||||
// styling
|
// styling
|
||||||
|
|||||||
@@ -177,12 +177,10 @@
|
|||||||
<i class="fas fa-lock"></i>
|
<i class="fas fa-lock"></i>
|
||||||
<p>Unlock room</p>
|
<p>Unlock room</p>
|
||||||
</button>
|
</button>
|
||||||
<br />
|
<div class="form-check form-switch form-switch-md" style="margin: 10px">
|
||||||
<div class="form-check form-switch form-switch-md" style="margin: 5px">
|
<input class="form-check-input" type="checkbox" id="switchSounds" checked />
|
||||||
<input class="form-check-input" type="checkbox" id="switchSound" checked />
|
<label class="form-check-label" style="color: #fff" for="switchSounds"> Sounds</label>
|
||||||
<label class="form-check-label" style="color: #fff" for="switchSound"> Sounds</label>
|
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
<button id="sessionTimeButton">
|
<button id="sessionTimeButton">
|
||||||
<i class="fas fa-clock"></i>
|
<i class="fas fa-clock"></i>
|
||||||
<p id="sessionTime"></p>
|
<p id="sessionTime"></p>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم