[webrtc] loma-one-patch-2 #1445

Closed
loma-one wants to merge 8 commits from loma-one-patch-2 into 2023.09-rc
Showing only changes of commit 0661e982f2 - Show all commits

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>';