diff --git a/web/js/MonitorStream.js b/web/js/MonitorStream.js index 6f1cbc932d..271843e2ee 100644 --- a/web/js/MonitorStream.js +++ b/web/js/MonitorStream.js @@ -278,6 +278,7 @@ function MonitorStream(monitorData) { const stream = this.element = document.createElement('video-stream'); stream.id = old_stream.id; // should be liveStream+id stream.style = old_stream.style; // Copy any applied styles + stream.background = true; // We do not use the document hiding/showing analysis from "video-rtc.js", because we have our own analysis const Go2RTCModUrl = url; const webrtcUrl = Go2RTCModUrl; webrtcUrl.protocol = (url.protocol=='https:') ? 'wss:' : 'ws';