DeviceSelectionUnsupported

The current platform does not support pinning a specific input/output device.

Web browsers, for example, expose enumerable device IDs via enumerateDevices() but cannot reliably honour a requestedDevice argument when starting capture or playback. Callers can either omit the device or catch this error and fall back to the platform default.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

Whether the unsupported selection was for an input or output device.

Link copied to clipboard
expect open val message: String?