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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Webcam ?

Post Reply
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Webcam ?

Post by thefunkyjoint »

Hello,

Is there any setting to give sites access to the webcam ?

Thanks
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Webcam ?

Post by salvadordf »

Hi,

Use the TChromiumCore.OnShowPermissionPrompt event.
Set aResult to true and call callback.cont(CEF_PERMISSION_RESULT_ACCEPT)

You might also have to implement TChromiumCore.OnRequestMediaAccessPermission
Post Reply