improve webrtc description

This commit is contained in:
fxbrit 2021-12-06 15:24:55 +01:00
parent 101ea6e059
commit 869f60b239

View file

@ -133,8 +133,8 @@ defaultPref("browser.pagethumbnails.capturing_disabled", true); // disable page
* mDNS protects the value on linux, osx and win10+.
* these prefs protect the value when allowing mic and camera access, and for win7/8.x.
* */
defaultPref("media.peerconnection.ice.no_host", true); // don't use any private IP for ICE candidate
defaultPref("media.peerconnection.ice.default_address_only", true); // when above is changed use a single interface for ICE candidate, the vpn one when a vpn is used
defaultPref("media.peerconnection.ice.no_host", true); // don't use any private IPs for ICE candidate
defaultPref("media.peerconnection.ice.default_address_only", true); // use a single interface for ICE candidates, the vpn one when a vpn is used
defaultPref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); // force webrtc inside proxy, when one is used
// autoplay