|
Rank: Newbie Groups: Member
Joined: 7/10/2021 Posts: 4
|
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
There is no built-in way to disable WebRTC in Chromium. Sorry about it!
|
|
Rank: Newbie Groups: Member
Joined: 7/10/2021 Posts: 4
|
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, You can try to pass the command line through this property and see if it works: https://www.essentialobjects.com/doc/eo.webengine.engineoptions.extracommandlineargs.aspxSee here for more information on how to use browser engine and engine options: https://www.essentialobjects.com/doc/webbrowser/advanced/engine.aspxNote that not all command lines options are supported. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/10/2021 Posts: 4
|
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We are not in a position to write code for you. You will need to read our documentation and understand the syntax yourself. If you have any any specific questions in the process please ask.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/10/2021 Posts: 4
|
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
This is a standard .NET property. So the syntax would be obj.PropertyName = propertyValue. That's all there is about the "syntax". It will be your responsibility to figure out how to substitute obj, propertyName and propertyValue with the correct value. Once you figure that out it becomes your code. If you are unable or unwilling to do that part, then our product is not for you. If you are willing to work on it but have problems on specific steps, then you are welcome to ask questions and we will be happy to help you further. But if you are just looking for complete code segment that you can copy and paste without understanding what it really does and how it comes together, then you are at the wrong place. We don't do that.
I recommend you to read the documentation and also take a look of the sample project source code to get an idea on how Engine and EngineOptions works. Once you understand that part, we can help you further.
|
|