Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

How can I use CommandLine?

Post Reply
andreas michelberger
Posts: 12
Joined: Tue Aug 08, 2017 11:42 am

Re: How can I use CommandLine?

Post 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
Post Reply