setAudioPlayoutVolume abstract method
- int volume
Set the playback volume of remote audio
This API controls the volume of the sound ultimately delivered by the SDK to the system for playback. It affects the volume of the recorded local audio file but not the volume of in-ear monitoring.
Parameters:
- volume(int):
- Volume. 100 is the original volume.
- Value range:
0, 150
. - Default value: 100.
Note: If 100 is still not loud enough for you, you can set the volume to up to 150, but there may be side effects.
Implementation
void setAudioPlayoutVolume(int volume);