[mirotalksfu] - keep last recording info

هذا الالتزام موجود في:
Miroslav Pejic
2023-10-24 00:55:34 +02:00
الأصل e28701dbdd
التزام d1f43e0367
2 ملفات معدلة مع 19 إضافات و9 حذوفات

عرض الملف

@@ -3664,22 +3664,30 @@ class RoomClient {
const recTime = document.getElementById('recordingStatus');
const recordingInfo = `
🔴 Recording Info: <br/><br/>
<ul>
<li>Time: ${recTime.innerText}</li>
<li>File: ${recFileName}</li>
<li>Size: ${blobFileSize}</li>
</ul>
<br/>
Please wait to be processed, then will be downloaded to your ${currentDevice} device.
<br/><br/>
<ul>
<li>Time: ${recTime.innerText}</li>
<li>File: ${recFileName}</li>
<li>Size: ${blobFileSize}</li>
</ul>
<br/>
`;
const lastRecordingInfo = document.getElementById('lastRecordingInfo');
lastRecordingInfo.style.color = '#FFFFFF';
lastRecordingInfo.innerHTML = `Last Recording Info: ${recordingInfo}`;
show(lastRecordingInfo);
Swal.fire({
background: swalBackground,
position: 'center',
icon: 'success',
title: 'Recording',
html: `<div style="text-align: left;">${recordingInfo}</div>`,
html: `<div style="text-align: left;">
🔴 Recording Info:
${recordingInfo}
Please wait to be processed, then will be downloaded to your ${currentDevice} device.
</div>`,
showClass: { popup: 'animate__animated animate__fadeInDown' },
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
});

عرض الملف

@@ -634,6 +634,8 @@ access to use this app.
<p>The presenter has disabled meeting recording.</p>
</div>
</div>
<br />
<div id="lastRecordingInfo" class="hidden"></div>
</div>
<div id="tabVideoShare" class="tabcontent">