]> git.mxchange.org Git - friendica-addons.git/commitdiff
Update browser support notes
authoratjn <dev@atjn.dk>
Thu, 28 Apr 2022 19:12:20 +0000 (21:12 +0200)
committeratjn <dev@atjn.dk>
Thu, 28 Apr 2022 19:12:20 +0000 (21:12 +0200)
webrtc/README.md
webrtc/webrtc.php

index 2b5c9ed00704de33e514c42e782187ac203cba42..673eaeb29d22f5a1bcd64f97c1660dbc8d9f00e4 100644 (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
 between the participants.
 
-If you would like to try this addon please download one of the following
-either Chrome/Chromium 25 or higher or Firefox 21 or higher. Then test it by
-visiting a known webrtc instance (i.e. [live.mayfirst.org](https://live.mayfirst.org)) create a
-room, you should be asked to share your camera and microphone (firefox will let
-you choose one or the other, whereas chrome/chromium asks for both in one
-question).
+You can test it by visiting a known webrtc instance (i.e. [live.mayfirst.org](https://live.mayfirst.org))
+create a room, you should be asked to share your camera and microphone (firefox
+will let 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
 would like to use and place it in the config window and save. Now when you
index 29c7fc8fe053c4d5c8a5658ebd82ad2a4b0c123d..194425d58e213103944abd4eda112f91a41bbec0 100644 (file)
@@ -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 {