setNoiseCancellationEnabled
Deprecated (with error)
Method is renamed to enableNoiseCancellation. It may fail
Replace with
import live.hms.video.sdk.HMSActionResultListener
Content copied to clipboard
enableNoiseCancellation(enable, object : HMSActionResultListener{ /*Enable might fail, implement onSuccess/onError */ })
Content copied to clipboard