camera property

Rx<DeviceDetails?> get camera

Returns ID of the currently used video device.

Implementation

Rx<DeviceDetails?> get camera => _call.value.videoDevice;