Page 1 of 1
Re: how to disable WebRTC ?
Posted: Fri Aug 25, 2017 7:19 pm
by salvadordf
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
Re: how to disable WebRTC ?
Posted: Mon Sep 18, 2017 10:45 am
by snoop
Hello! So what is the answer on this topic? I need to disable it too.
Alex or Salvador, can you help please?
Re: how to disable WebRTC ?
Posted: Mon Sep 18, 2017 11:12 am
by salvadordf
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.
Re: how to disable WebRTC ?
Posted: Mon Sep 18, 2017 11:32 am
by snoop
thanks. but sorry I dont understand, how can i make private build?
And where should I write
GN_DEFINE enable_webrtc=false
Re: how to disable WebRTC ?
Posted: Mon Sep 18, 2017 12:16 pm
by salvadordf
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/
Re: how to disable WebRTC ?
Posted: Mon Sep 18, 2017 8:35 pm
by snoop
Thanks! So complicated just to disable a single option

I understand that its not cef4d problem