webrtc/webrtc.php aktualisiert

$o = instead of $o .=
This commit is contained in:
loma-one 2023-12-10 21:11:46 +01:00
parent 82e109cf10
commit 0661e982f2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function webrtc_content(): string
$webrtcurl = DI::config()->get('webrtc','webrtcurl');
/* open the landing page in a new browser window without controls */
$o .= '<script>
$o = '<script>
window.open("' . $webrtcurl . '", "_blank", "toolbar=no,scrollbars=no,resizable=no,top=100,left=100,width=740,height=740");
</script>';