mic property

Rx<DeviceDetails?> get mic

Returns ID of the currently used microphone device.

Implementation

Rx<DeviceDetails?> get mic => _call.value.audioDevice;