Update browser support notes

This commit is contained in:
atjn 2022-04-28 21:12:20 +02:00
parent 5101253aa0
commit f1933d2f89
2 changed files with 5 additions and 7 deletions

View File

@ -10,12 +10,10 @@ really a person 2 person communication, using the server to only signal who
wants to talk to who, the actual transfer of the audio and video is directly wants to talk to who, the actual transfer of the audio and video is directly
between the participants. between the participants.
If you would like to try this addon please download one of the following You can test it by visiting a known webrtc instance (i.e. [live.mayfirst.org](https://live.mayfirst.org))
either Chrome/Chromium 25 or higher or Firefox 21 or higher. Then test it by create a room, you should be asked to share your camera and microphone (firefox
visiting a known webrtc instance (i.e. [live.mayfirst.org](https://live.mayfirst.org)) create a will let you choose one or the other, whereas chrome/chromium asks for both in
room, you should be asked to share your camera and microphone (firefox will let one question).
you choose one or the other, whereas chrome/chromium asks for both in one
question).
If the test is successful then proceed with copying the webrtc instance you If the test is successful then proceed with copying the webrtc instance you
would like to use and place it in the config window and save. Now when you would like to use and place it in the config window and save. Now when you

View File

@ -42,7 +42,7 @@ function webrtc_content(&$a) {
/* embedd the landing page in an iframe */ /* embedd the landing page in an iframe */
$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 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 == '') { if ($webrtcurl == '') {
$o .= '<p>'.DI::l10n()->t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'</p>'; $o .= '<p>'.DI::l10n()->t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'</p>';
} else { } else {