getCameras method

Future<List<MediaDeviceInfo>> getCameras()
inherited

Return the available cameras

Note: Make sure to call this gettet after initLocalMediaStream, otherwise the devices will not be listed.

Implementation

Future<List<MediaDeviceInfo>> getCameras() {
  return Helper.cameras;
}