Future<List<MediaDeviceInfo>> enumerateDevices() => promiseToFuture<List<MediaDeviceInfo>>( JS("", "#.enumerateDevices()", this));