getAudioOutputs method

Future<List<MediaDeviceInfo>> getAudioOutputs()
inherited

Return the available audiooutputs

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

Implementation

Future<List<MediaDeviceInfo>> getAudioOutputs() {
  return Helper.audiooutputs;
}