Merge pull request #14600 from electron/media-permission
feat: add mediaTypes to media permission requests
This commit is contained in:
commit
429b18d7a0
2 changed files with 19 additions and 1 deletions
|
@ -295,6 +295,8 @@ win.webContents.session.setCertificateVerifyProc((request, callback) => {
|
|||
* `permissionGranted` Boolean - Allow or deny the permission.
|
||||
* `details` Object - Some properties are only available on certain permission types.
|
||||
* `externalURL` String - The url of the `openExternal` request.
|
||||
* `mediaTypes` String[] - The types of media access being requested, elements can be `video`
|
||||
or `audio`
|
||||
|
||||
Sets the handler which can be used to respond to permission requests for the `session`.
|
||||
Calling `callback(true)` will allow the permission and `callback(false)` will reject it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue