mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 20:08:49 +00:00
webrtc/webrtc.php aktualisiert
This commit is contained in:
parent
e86b7ada2f
commit
82e109cf10
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
window.open("' . $webrtcurl . '", "_blank", "toolbar=no,scrollbars=no,resizable=no,top=100,left=100,width=740,height=740");
|
||||||
</script>';
|
</script>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$o .= '<h2>'.DI::l10n()->t('Video Chat').'</h2>';
|
$o .= '<h2>'.DI::l10n()->t('Video Chat').'</h2>';
|
||||||
$o .= '<p>'.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.').'</p>';
|
$o .= '<p>'.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.').'</p>';
|
||||||
if ($webrtcurl == '') {
|
if ($webrtcurl == '') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue