From 82e109cf1058d2cc36bd59518f0e55e0865d8ead Mon Sep 17 00:00:00 2001 From: loma-one Date: Sun, 10 Dec 2023 20:14:50 +0100 Subject: [PATCH] webrtc/webrtc.php aktualisiert --- webrtc/webrtc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/webrtc.php b/webrtc/webrtc.php index d81027c8..259a7a91 100644 --- a/webrtc/webrtc.php +++ b/webrtc/webrtc.php @@ -60,8 +60,6 @@ function webrtc_content(): string window.open("' . $webrtcurl . '", "_blank", "toolbar=no,scrollbars=no,resizable=no,top=100,left=100,width=740,height=740"); '; - - $o .= '

'.DI::l10n()->t('Video Chat').'

'; $o .= '

'.DI::l10n()->t('WebRTC is a video and audio conferencing tool that works in all modern browsers. Just create a new chat room and send the link to someone you want to chat with.').'

'; if ($webrtcurl == '') {