Click or drag to resize

IMediaAccessCallback Methods

Version 130.1.90

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