setNoiseCancellationEnabled

Deprecated (with error)

Method is renamed to enableNoiseCancellation. It may fail

Replace with

import live.hms.video.sdk.HMSActionResultListener
enableNoiseCancellation(enable, object : HMSActionResultListener{ /*Enable might fail, implement onSuccess/onError */ })