Click or drag to resize

IMediaAccessCallback Interface

Version 105.3.390
Callback interface used for asynchronous continuation of media access permission requests.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
public interface IMediaAccessCallback : IDisposable

The IMediaAccessCallback type exposes the following members.

Methods
  NameDescription
Public methodCancel
Cancel the media access request.
Public methodContinue
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 passed to OnRequestMediaAccessPermission(IWebBrowser, IBrowser, IFrame, String, MediaAccessPermissionType, IMediaAccessCallback)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also