Hello I have site with WebRTC. So as it is written in your document: I tried execute
" EO.WebBrowser.Runtime.ExtraCommandLineArgs = --enable-media-stream"; But it doesn’t work for me. For example in cefSharp I have achived it by means of following code:
Quote: var cefSettings = new CefSettings();
cefSettings.CefCommandLineArgs.Add("enable-media-stream", "enable-media-stream");
Cef.Initialize(cefSettings);
Please guide me, How I can achieve correct work with Web RTC with help of EO.WebBrowser?