Action

An action providing a response to the SelectMediaDeviceCallback.

Constructors

Link copied to clipboard
constructor(consumer: Consumer<SelectMediaDevice.Response>)

Functions

Link copied to clipboard
open fun cancel()
Cancels the media device selection.
Link copied to clipboard
Returns true if this action is closed.
Link copied to clipboard
open fun proceed()
Allows Chromium to list the available media input devices.
Link copied to clipboard
open fun select(mediaDevice: MediaDevice)
Selects the given media device.