Page 1 of 1

Re: How can I use CommandLine?

Posted: Wed Aug 09, 2017 12:35 pm
by andreas michelberger
I had the same requirement
Use GlobalCEFApp.AddCustomCommandLine instead of procedure OnBeforeCommandLine:

GlobalCEFApp.AddCustomCommandLine('--use-fake-ui-for-media-stream', ''));
GlobalCEFApp.AddCustomCommandLine('--enable-media-stream', ''));
GlobalCEFApp.AddCustomCommandLine('--disable-notifications', ''));

Kinkdly regards
Andreas Michelberger