getCurrentVideoCaptureDeviceId abstract method

Future<String?> getCurrentVideoCaptureDeviceId()

Returns the currently selected desktop video capture device id.

Desktop-only API. Mobile runtimes return null.

Implementation

Future<String?> getCurrentVideoCaptureDeviceId();