- upload recording of call in chunks - recordings are merged on server side in jobs - improve UI of the recording tab
12 lines
798 B
PHP
12 lines
798 B
PHP
<div id="tab-content-recordings" class="hidden">
|
|
<div id="modal-recordings-container" class="bg-slate-950/70 border border-slate-800 rounded-lg p-3 min-h-[220px] max-h-[420px] overflow-y-auto space-y-2.5 custom-scrollbar">
|
|
<div class="flex flex-col items-center justify-center py-10 text-center">
|
|
<div class="w-10 h-10 rounded-xl bg-slate-900 border border-slate-800 flex items-center justify-center text-slate-500 mb-2.5">
|
|
<i class="fa-solid fa-video-slash text-sm"></i>
|
|
</div>
|
|
<p class="text-xs font-medium text-slate-400">No video recordings saved yet</p>
|
|
<p class="text-[11px] text-slate-500 mt-0.5 max-w-[240px]">Recordings captured during the call will appear here for download.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|