Method Proceed
- Namespace
- DotNetBrowser.Media.Handlers
- Assembly
- DotNetBrowser.dll
Proceed()
Creates a SelectMediaDeviceResponse that notifies the engine that it is allowed to list the available media input devices.
public static SelectMediaDeviceResponse Proceed()
Returns
- SelectMediaDeviceResponse
The SelectMediaDeviceResponse instance that can be used as a return value in SelectMediaDeviceHandler.
Remarks
All media input devices of the requested type will be visible to JavaScript.
For getUserMedia()
calls, Chromium will select the most
suitable available device and use it for the media stream.
For enumerateDevices()
calls, all available input devices will be
included in the resulting device list.