getVideoCaptureDevices abstract method
Returns available desktop video capture devices.
Desktop-only API. Mobile runtimes return an empty list.
Implementation
Future<List<NEDesktopVideoDevice>> getVideoCaptureDevices();
Returns available desktop video capture devices.
Desktop-only API. Mobile runtimes return an empty list.
Future<List<NEDesktopVideoDevice>> getVideoCaptureDevices();