enable Receiving Noise Removal
abstract fun enableReceivingNoiseRemoval(enable: Boolean, callback: CompletionHandler<ReceivingNoiseRemovalEnableResult>)
Enable or Disable receiving noise removal functionality. If enabled, the noise present in incoming PSTN calls will be reduced. Applicable for WebexCalling and CUCM calling. Enable this using Phone.useLegacyReceiverNoiseRemoval(useLegacy: true)
before making a call. Enabling it will disable the new speech enhancement. CallObserver.onReceivingNoiseInfoChanged will be fired with the result of this operation
Since
3.9.0
Parameters
enable
: Boolean indicating if noise removal should be enabled or disabled
callback
: Completion handler which will notify if there is any error. In case of success, listen to CallObserver.onReceivingNoiseInfoChanged for the result