Browse Source

Merge pull request #419 from leonklingele/readme-screensharing-firefox

README: Update Screensharing guide for Firefox 52
pull/176/merge
Simon Eisenmann 9 years ago committed by GitHub
parent
commit
a61ad61979
  1. 7
      README.md

7
README.md

@ -165,9 +165,10 @@ extension](https://www.spreed.me/extension/).
### Firefox ### Firefox
As of Firefox >= 36 you must append the domain being used to the allowed domains Screensharing with Firefox >= 52 should work out of the box.
to access your screen. You do this by navigating to `about:config`, search for When using Firefox 36 – 51 you must append the domain being used to the allowed
'media.getusermedia.screensharing.allowed_domains', and append the domain domains to access your screen. You do this by navigating to `about:config`, search
for 'media.getusermedia.screensharing.allowed_domains', and append the domain
to the list of strings. You can edit the field simply by double clicking on it. to the list of strings. You can edit the field simply by double clicking on it.
Ensure that you follow the syntax rules of the field. If you are using an `ip:port` Ensure that you follow the syntax rules of the field. If you are using an `ip:port`
url, simply append `ip` to the list. Also ensure that you are using `https`, url, simply append `ip` to the list. Also ensure that you are using `https`,

Loading…
Cancel
Save