setVoiceReverbType abstract method

Future<int?> setVoiceReverbType(
  1. VoiceReverbType voiceReverb
)

Sets the type of reverb effect.

See ReturnStatus for return values.

  • You can call this API anytime before or after entering the room.
  • This method only works for mono audio.
  • The version of the RTC SDK you are using must provide sound effect function
  • This method is mutually exclusive with RTCVideo.setVoiceChangerType, the effects set later will override the effects set first.
    To use this feature, contact us for technical support.

Implementation

Future<int?> setVoiceReverbType(VoiceReverbType voiceReverb);