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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Enable microphone and sound

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Enable microphone and sound

Post 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.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Enable microphone and sound

Post 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.
Post Reply