setLocalVoiceReverbParam abstract method
Set the reverb effect for the local captured audio.
The audio includes both internal captured audio and external captured voice, but not the mixing audio file.
Return value:
0
: Success.<0
: Failure.
Call RTCVideo.enableLocalVoiceReverb to enable the reverb effect.
Implementation
Future<int?> setLocalVoiceReverbParam(VoiceReverbConfig config);