[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -1084,6 +1084,7 @@ function roomIsReady() {
|
|||||||
if (BUTTONS.settings.host_only_recording) {
|
if (BUTTONS.settings.host_only_recording) {
|
||||||
show(roomRecording);
|
show(roomRecording);
|
||||||
show(recordingImage);
|
show(recordingImage);
|
||||||
|
show(roomRecordingOptions);
|
||||||
}
|
}
|
||||||
BUTTONS.main.aboutButton && show(aboutButton);
|
BUTTONS.main.aboutButton && show(aboutButton);
|
||||||
if (!DetectRTC.isMobileDevice) show(pinUnpinGridDiv);
|
if (!DetectRTC.isMobileDevice) show(pinUnpinGridDiv);
|
||||||
@@ -2281,6 +2282,7 @@ function handleRoomClientEvents() {
|
|||||||
hide(startRecButton);
|
hide(startRecButton);
|
||||||
hide(roomRecording);
|
hide(roomRecording);
|
||||||
hide(recordingImage);
|
hide(recordingImage);
|
||||||
|
hide(roomRecordingOptions);
|
||||||
show(recordingMessage);
|
show(recordingMessage);
|
||||||
hostOnlyRecording = true;
|
hostOnlyRecording = true;
|
||||||
}
|
}
|
||||||
@@ -2290,6 +2292,7 @@ function handleRoomClientEvents() {
|
|||||||
console.log('Room event: host only recording disabled');
|
console.log('Room event: host only recording disabled');
|
||||||
show(startRecButton);
|
show(startRecButton);
|
||||||
show(recordingImage);
|
show(recordingImage);
|
||||||
|
show(roomRecordingOptions);
|
||||||
hide(roomRecording);
|
hide(roomRecording);
|
||||||
hide(recordingMessage);
|
hide(recordingMessage);
|
||||||
hostOnlyRecording = false;
|
hostOnlyRecording = false;
|
||||||
|
|||||||
@@ -739,7 +739,7 @@ access to use this app.
|
|||||||
|
|
||||||
<div id="tabRecording" class="tabcontent">
|
<div id="tabRecording" class="tabcontent">
|
||||||
<img id="recordingImage" class="hidden" src="../images/recording.png" />
|
<img id="recordingImage" class="hidden" src="../images/recording.png" />
|
||||||
<div id="roomRecording" class="hidden">
|
<div id="roomRecordingOptions" class="hidden">
|
||||||
<table class="settingsTable">
|
<table class="settingsTable">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="width-180">
|
<td class="width-180">
|
||||||
@@ -754,6 +754,10 @@ access to use this app.
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div id="roomRecording" class="hidden">
|
||||||
|
<table class="settingsTable">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="width-180">
|
<td class="width-180">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم