So I have just updated to the latest version com.twilio:video-android-ktx:7.9.1 (previously it was 7.6.1) and the following methods are not available anymore, what's the alternative?
WebRtcAudioUtils.setWebRtcBasedAcousticEchoCanceler(true)
WebRtcAudioUtils.setWebRtcBasedNoiseSuppressor(true)
WebRtcAudioUtils.setWebRtcBasedAutomaticGainControl(true)
WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(true)

I have replaced it with
Video.setAudioDevice(NoiseCancellationAudioDevice(context))
https://www.twilio.com/docs/video/noise-cancellation#noise-cancellation-for-android