getAudioMixingPlayoutVolume abstract method
Retrieves the audio mixing volume for local playback.
You can call this method to get the local playback volume of the mixed audio file, which helps in troubleshooting volume‑related issues.
Returns
≥ 0: The audio mixing volume, if this method call succeeds. The value range is 0,100
.
< 0: Failure.
Implementation
Future<int> getAudioMixingPlayoutVolume();