简体   繁体   中英

How to disable WebRTC in GeckoFX C#

I'm trying to disable WebRTC functionality in GeckoFx.

I've heard about media.peerconnection.enabled. but i'm unable to find how to set it up programmatically using C#.net.

I was able to disable it by going to about:config page manually.

请参阅GeckoPreferences.Default或GeckoPreferences.User:

GeckoPreferences.Default["media.peerconnection.enabled"] = false;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM