Hi,
If I remember correctly, you need to build the CEF binaries with a special parameter to disable WebRTC completely.
Read this thread in the official CEF3 forum for the details :
http://magpcss.org/ceforum/viewtopic.php?f=14&t=15194
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
how to disable WebRTC ?
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: how to disable WebRTC ?
Hello! So what is the answer on this topic? I need to disable it too.
Alex or Salvador, can you help please?
Alex or Salvador, can you help please?
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: how to disable WebRTC ?
Hi,
To disable WebRTC completely you have to build the CEF3 binaries in a special way described in the link I posted before.
Unfortunately, you can't disable WebRTC any other way.
To disable WebRTC completely you have to build the CEF3 binaries in a special way described in the link I posted before.
Unfortunately, you can't disable WebRTC any other way.
Re: how to disable WebRTC ?
thanks. but sorry I dont understand, how can i make private build?
And where should I write
GN_DEFINE enable_webrtc=false
And where should I write
GN_DEFINE enable_webrtc=false
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: how to disable WebRTC ?
To build the CEF3 binaries you have to follow these instructions :
https://bitbucket.org/chromiumembedded/ ... uilding.md
You will need a very powerful PC with lots of RAM and even then it will take several HOURS
You'll also need to read all the CEF information here :
https://bitbucket.org/chromiumembedded/cef/overview
https://bitbucket.org/chromiumembedded/cef/wiki/Home
As you can see, all this building procedure is outside the scope of CEF4Delphi.
Remember that CEF4Delphi is a delphi wrapper around the CEF3 binaries that belong to the CEF3 project.
I've never built the binaries myself and I'm not a VisualStudio expert so, If you have any problem building the binaries, please ask in the CEF3 forum :
http://magpcss.org/ceforum/
https://bitbucket.org/chromiumembedded/ ... uilding.md
You will need a very powerful PC with lots of RAM and even then it will take several HOURS

You'll also need to read all the CEF information here :
https://bitbucket.org/chromiumembedded/cef/overview
https://bitbucket.org/chromiumembedded/cef/wiki/Home
As you can see, all this building procedure is outside the scope of CEF4Delphi.
Remember that CEF4Delphi is a delphi wrapper around the CEF3 binaries that belong to the CEF3 project.
I've never built the binaries myself and I'm not a VisualStudio expert so, If you have any problem building the binaries, please ask in the CEF3 forum :
http://magpcss.org/ceforum/
Re: how to disable WebRTC ?
Thanks! So complicated just to disable a single option 
I understand that its not cef4d problem

I understand that its not cef4d problem