diff --git a/public/js/client.js b/public/js/client.js index 15d4fd67..c6ca5c07 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -7555,13 +7555,16 @@ async function downloadRecordedStream() { lastRecordingInfo.innerHTML = `
Last recording info: ${recordingInfo}`; recordingTime.innerText = ''; - userLog( - 'success-html', + msgHTML( + null, + null, + 'Recording', `
- 🔴   Recording Info:
+ 🔴   Recording Info: ${recordingInfo} Please wait to be processed, then will be downloaded to your ${currentDevice} device. -
` + `, + 'top' ); // Fix WebM duration to make it seekable