Page 1 of 1

Webcam ?

Posted: Fri Apr 11, 2025 4:06 pm
by thefunkyjoint
Hello,

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

Thanks

Re: Webcam ?

Posted: Sat Apr 12, 2025 7:33 am
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