chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.98k stars 279 forks source link

Question: Where can I see a list of configuration options? #316

Closed burgil closed 3 years ago

burgil commented 3 years ago

I saw this issue about the microphone permissions that interested me: https://github.com/chromelyapps/Chromely/issues/298 and saw the use of enable-media-stream config.CommandLineOptions.Add("enable-media-stream"); I wanted to see where I can find more configuration options and learn more about enable-media-stream but couldn't find a list with it included, care to link me, please? I already searched here and every link that comes out of here: https://github.com/chromelyapps/Chromely/blob/master/Documents/configuration.md https://github.com/chromelyapps/Chromely/blob/master/Documents/commands.md

mattkol commented 3 years ago

@orrburgel

This may help -https://peter.sh/experiments/chromium-command-line-switches/

burgil commented 3 years ago

Thanks it helped