wait for the list of devices to be completed
Future<List<String>> fetchDevices() { _enumerateVideoDevices(); return _enumerateDevicesCompleter.future; }