androidtwilio

Twilio Video Chat Android - WebRtcAudioUtils's and WebRtcAudioManager's methods are not available anymore


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)

Twillio AudioUtils and AudioManager methods


Solution

  • I have replaced it with

    Video.setAudioDevice(NoiseCancellationAudioDevice(context))
    

    https://www.twilio.com/docs/video/noise-cancellation#noise-cancellation-for-android