DeviceSelectionUnsupported
data class DeviceSelectionUnsupported(val kind: AudioError.DeviceSelectionUnsupported.Kind) : AudioError
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.