Documentation
FAQ
Quality issues
How can I solve the problem of low volume?
How can I solve the problem of low volume?
Type:
Quality issues
Platform: Android / iOS / macOS / Windows / Unity / Cocos Creator / Electron / React Native / Flutter / Flutter2
Last Updated:
2022/09/14 23:01:00
Step 1: Self-check
Check the following:
- Turn up the system volume of the receiver.
- Check whether the issue is caused by the device. You can change your playback device or try other VoIP services on the same device.
- Check whether the user opens another app during the call, which may change the audio settings or routing.
- Call the following methods to adjust the volume:
enableAudioVolumeIndication
, adjustRecordingSignalVolume
, adjustPlaybackSignalVolume
, and adjustAudioMixingVolume
.
- Check the
onAudioRouteChanged
callback to see whether the audio route is set to the headset or speaker. If the audio route is set to the headset, call the setDefaultAudioRouteToSpeakerphone
method and switch the audio route to the speaker.
If the issue persists, contact Agora customer support and submit the issue with the following information:
- The name of the channel where the users encounter this issue.
- The uids of the users whose volume is too low.
- The time frame during which the volume is too low.
Step 3: Monitor the Quality of Experience in Agora Analytics in Console
You can check the statistics of every call in Agora Analytics in Console. For more information, see Agora Analytics Tutorial.