I\'m trying to write a wpf with webrtc support. The access to the camera works but the display of the from the page doesn\'t. Can anyone help?
You can do something like this:
var cefSettings = new CefSettings(); cefSettings.CefCommandLineArgs.Add("enable-media-stream", "enable-media-stream"); Cef.Initialize(cefSettings);
This has the same effect as passing the command line argument