[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 recTime = document.getElementById('recordingStatus');
const recordingInfo = ` const recordingInfo = `
🔴 Recording Info: <br/><br/> <br/><br/>
<ul> <ul>
<li>Time: ${recTime.innerText}</li> <li>Time: ${recTime.innerText}</li>
<li>File: ${recFileName}</li> <li>File: ${recFileName}</li>
<li>Size: ${blobFileSize}</li> <li>Size: ${blobFileSize}</li>
</ul> </ul>
<br/> <br/>
Please wait to be processed, then will be downloaded to your ${currentDevice} device.
`; `;
const lastRecordingInfo = document.getElementById('lastRecordingInfo');
lastRecordingInfo.style.color = '#FFFFFF';
lastRecordingInfo.innerHTML = `Last Recording Info: ${recordingInfo}`;
show(lastRecordingInfo);
Swal.fire({ Swal.fire({
background: swalBackground, background: swalBackground,
position: 'center', position: 'center',
icon: 'success', icon: 'success',
title: 'Recording', 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' }, showClass: { popup: 'animate__animated animate__fadeInDown' },
hideClass: { popup: 'animate__animated animate__fadeOutUp' }, hideClass: { popup: 'animate__animated animate__fadeOutUp' },
}); });

عرض الملف

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