enableLocalVoiceReverb abstract method
Enable the reverb effect for the local captured voice.
Call RTCVideo.setLocalVoiceReverbParam to set the reverb effect.
Implementation
Future<int?> enableLocalVoiceReverb(bool enable);
Enable the reverb effect for the local captured voice.
Call RTCVideo.setLocalVoiceReverbParam to set the reverb effect.
Future<int?> enableLocalVoiceReverb(bool enable);