getAudioPlayoutVolume method

Future<int?> getAudioPlayoutVolume()

Get the playback volume of remote audio

Platform not supported:

  • web

Implementation

Future<int?> getAudioPlayoutVolume() {
  return _cloudChannel!.invokeMethod('getAudioPlayoutVolume');
}