Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CefPermissionHandler interface. #19

Open
AlexeyKobyakov opened this issue Nov 12, 2024 · 1 comment
Open

CefPermissionHandler interface. #19

AlexeyKobyakov opened this issue Nov 12, 2024 · 1 comment

Comments

@AlexeyKobyakov
Copy link

Hi.

In the CEF permissions documentation
https://cef-builds.spotifycdn.com/docs/111.2/classCefPermissionHandler.html
there is an interface CefPermissionHandler whose implementation allows to process permission requests.
There are 3 methods in this interface
OnRequestMediaAccessPermission
OnShowPermissionPrompt
OnDismissPermissionPrompt

However, in the implementation of the KCEF library, this interface contains only 1 method - onRequestMediaAccessPermission
https://github.com/DatL4g/jcef/blob/7ecb9fb31a24bd765915bf84e6a75c1fd92bde4b/java/org/cef/handler/CefPermissionHandler.java

Is it possible to add the remaining 2 methods OnShowPermissionPrompt, OnDismissPermissionPrompt to the interface for implementation according to the CEF documentation?

@DatL4g
Copy link
Owner

DatL4g commented Nov 12, 2024

That's not possible.
KCEF is just a wrapper to load JetBrains/jcef so please open an issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants