audioDevice property

Rx<DeviceDetails?> audioDevice
final

DeviceDetails currently used as a microphone device.

Implementation

final Rx<DeviceDetails?> audioDevice = Rx(null);