getAudioMixingPublishVolume abstract method

Future<int> getAudioMixingPublishVolume()

Retrieves the audio mixing volume for publishing.

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> getAudioMixingPublishVolume();