selectedVideoInputDeviceId property

String? selectedVideoInputDeviceId

Get current video input device.

Implementation

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