Page 1 of 1

Re: Enable microphone and sound

Posted: Tue Jan 15, 2019 7:06 pm
by salvadordf
It's enabled by default.

Check it here :
https://test.webrtc.org/

or here :
https://discordapp.com

To disable it set GlobalCEFApp.EnableSpeechInput and GlobalCEFApp.EnableMediaStream to FALSE.

Re: Enable microphone and sound

Posted: Tue Jan 15, 2019 7:15 pm
by salvadordf
I just realized that the GlobalCEFApp.EnableSpeechInput and GlobalCEFApp.EnableMediaStream properties are now obsolete because the command line switches activated with those properties are no longer in the list of supported switches :
https://peter.sh/experiments/chromium-c ... -switches/

However, the browser can access the mic and camera by default.