Click or drag to resize

IMediaAccessCallback Interface

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

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 param passed to OnRequestMediaAccessPermission(IWebBrowser, IBrowser, IFrame, String, MediaAccessPermissionType, IMediaAccessCallback)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
See Also