IMediaAccessCallback Interface |
Namespace: CefSharp
The IMediaAccessCallback type exposes the following members.
Name | Description | |
---|---|---|
Cancel |
Cancel the media access request.
| |
Continue |
Call to allow or deny media access. If this callback was initiated in
response to a getUserMedia (indicated by
DeviceAudioCapture and/or DeviceVideoCapture being set) then
allowedPermissions must match requestedPermissions param passed to
OnRequestMediaAccessPermission(IWebBrowser, IBrowser, IFrame, String, MediaAccessPermissionType, IMediaAccessCallback) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |