getAudioMixingPlayoutVolume abstract method

Future<int> getAudioMixingPlayoutVolume()

Retrieves the audio mixing volume for local playback.

This method helps troubleshoot audio volume‑related issues. You need to call this method after calling startAudioMixing and receiving the onAudioMixingStateChanged (audioMixingStatePlaying) callback.

Returns ≥ 0: The audio mixing volume, if this method call succeeds. The value range is 0,100. < 0: Failure.

Implementation

Future<int> getAudioMixingPlayoutVolume();