parent
82e109cf10
commit
0661e982f2
|
@ -56,7 +56,7 @@ function webrtc_content(): string
|
||||||
$webrtcurl = DI::config()->get('webrtc','webrtcurl');
|
$webrtcurl = DI::config()->get('webrtc','webrtcurl');
|
||||||
|
|
||||||
/* open the landing page in a new browser window without controls */
|
/* 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");
|
window.open("' . $webrtcurl . '", "_blank", "toolbar=no,scrollbars=no,resizable=no,top=100,left=100,width=740,height=740");
|
||||||
</script>';
|
</script>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue