This commit is contained in:
Markos Gogoulos
2026-03-13 18:44:07 +02:00
parent cb9b4df3f6
commit fb71e1ead4
33 changed files with 56 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
{% if can_add %}
<div class="custom-page-wrapper">
<h2>{{ "Record Screen" | custom_translate:LANGUAGE_CODE}}</h2>
<h2>{{ "Record Screen with Audio" | custom_translate:LANGUAGE_CODE}}</h2>
<hr/>
<div style="text-align: center; padding: 40px 0;">
@@ -60,7 +60,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
startBtn.disabled = true;
return;
}
document.querySelector('h2').textContent = 'Record Video';
document.querySelector('h2').textContent = 'Record Video and Audio';
document.querySelector('p').textContent = 'Click \'Start Recording\' to start recording from your camera. Once recording is finished, click \'Stop Recording,\' and the recording will be uploaded.';
} else {
if (!navigator.mediaDevices || !navigator.mediaDevices.getDisplayMedia) {