Enable WebRTC
This commit is contained in:
parent
ee3ebfd3a9
commit
50f2b910de
1 changed files with 3 additions and 0 deletions
|
@ -257,6 +257,9 @@ namespace SafeExamBrowser.Browser
|
||||||
cefSettings.CefCommandLineArgs.Add("disable-spell-checking");
|
cefSettings.CefCommandLineArgs.Add("disable-spell-checking");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// WebRTC enable
|
||||||
|
cefSettings.CefCommandLineArgs.Add("enable-media-stream", "1");
|
||||||
|
|
||||||
InitializeProxySettings(cefSettings);
|
InitializeProxySettings(cefSettings);
|
||||||
|
|
||||||
logger.Debug($"Cache Path: {cefSettings.CachePath}");
|
logger.Debug($"Cache Path: {cefSettings.CachePath}");
|
||||||
|
|
Loading…
Add table
Reference in a new issue