Page 1 of 1

Media Stream Access Without Restart

PostPosted: Sun Aug 06, 2017 9:24 am
by cretz
It appears you cannot grant microphone or video access in a CEF app without restarting the process, correct? I wonder if there's a clean way for me to ask to load a fresh browser process and know that I want "--enable-media-stream" in CefBrowserProcessHandler::OnBeforeChildProcessLaunch? Any thoughts on doing this so I can just grant it to a specific child?

Ideally it would take the approach that CefGeolocationHandler takes. Is there an issue open for this to track this feature request, or may i create one, or is there a larger and more fundamental issue that would prevent it from ever being implemented in CEF?