improve webrtc description
This commit is contained in:
parent
101ea6e059
commit
869f60b239
1 changed files with 2 additions and 2 deletions
|
|
@ -133,8 +133,8 @@ defaultPref("browser.pagethumbnails.capturing_disabled", true); // disable page
|
||||||
* mDNS protects the value on linux, osx and win10+.
|
* 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.
|
* 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.no_host", true); // don't use any private IPs 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.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
|
defaultPref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); // force webrtc inside proxy, when one is used
|
||||||
|
|
||||||
// autoplay
|
// autoplay
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue