enableLocalVoiceReverb abstract method

Future<int?> enableLocalVoiceReverb(
  1. bool enable
)

Enable the reverb effect for the local captured voice.

Call RTCVideo.setLocalVoiceReverbParam to set the reverb effect.

Implementation

Future<int?> enableLocalVoiceReverb(bool enable);