CefPermissionHandler

Implement this interface to handle events related to media access permission requests. The methods of this class will be called on the UI thread.

Inheritors

Functions

Link copied to clipboard
abstract fun onRequestMediaAccessPermission(browser: CefBrowser, frame: CefFrame, requesting_url: String, requested_permissions: Int, callback: CefMediaAccessCallback): Boolean
Called when a page requests permission to access media.