selectedVideoInputDeviceId property

String? get selectedVideoInputDeviceId

Get current video input device.

Implementation

String? get selectedVideoInputDeviceId =>
    roomOptions.defaultCameraCaptureOptions.deviceId ?? Hardware.instance.selectedVideoInput?.deviceId;