audioDevice property
final
DeviceDetails currently used as a microphone device.
Implementation
final Rx<DeviceDetails?> audioDevice = Rx(null);
DeviceDetails currently used as a microphone device.
final Rx<DeviceDetails?> audioDevice = Rx(null);