enable Receiving Noise Removal
abstract fun enableReceivingNoiseRemoval(enable: Boolean, callback: CompletionHandler<ReceivingNoiseRemovalEnableResult>)
Content copied to clipboard
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 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