mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
Update browser support notes
This commit is contained in:
parent
5101253aa0
commit
f1933d2f89
2 changed files with 5 additions and 7 deletions
|
@ -42,7 +42,7 @@ function webrtc_content(&$a) {
|
|||
|
||||
/* embedd the landing page in an iframe */
|
||||
$o .= '<h2>'.DI::l10n()->t('Video Chat').'</h2>';
|
||||
$o .= '<p>'.DI::l10n()->t('WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). 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 == '') {
|
||||
$o .= '<p>'.DI::l10n()->t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'</p>';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue