setRangeAudioVolume abstract method
- int volume
Set range voice volume.
Available since: 2.23.0
Description: Set range voice volume.
Use case: This interface allows you to increase or decrease the volume of a range voice stream when the user calls startPlayingStream and pulls another stream.
Default value: 100.
When to call: After initializing the range audio createRangeAudio.
volumevolume,0,200.
Implementation
Future<void> setRangeAudioVolume(int volume);