CreateBlogSupport
Log inSign up
Home
Webex Meetings
  • Overview
  • Guides
  • API Behavior Changes
  • REST API Basics
  • API REFERENCE
  • All APIs
  • Changelog
  • SDK
  • AI Assistant for Developers
  • Widgets
  • Tutorials
  • Suite Sandbox
  • Beta Program
  • Webex Status API
  • XML API Deprecation

Webex Meetings

Background Noise Removal

Use the iOS Meetings SDK background noise removal feature (BNR) to improve the quality and clarity of meeting audio.

You enable BNR using the webex.phone.audioBNREnabled property.

anchorEnable or Disable BNR

anchor

To enable or disable BNR, set audioBNREnabled to true or false as required:

webex.phone.audioBNREnabled = true // BNR is enabled.

anchorConfigure the BNR Mode

anchor

The BNR feature supports two modes: Low Power (LP) and High Performance (HP).

enum AudioBNRMode {
    case LP // Low Power
    case HP // High Performance
}

Set the BNR mode to .HP by default.

The BNR mode is only effective if webex.phone.audioBNREnabled is set to true.

webex.phone.audioBNRMode = .HP
In This Article
  • Enable or Disable BNR
  • Configure the BNR Mode

Connect

Support

Developer Community

Developer Events

Contact Sales

Handy Links

Webex Ambassadors

Webex App Hub

Resources

Open Source Bot Starter Kits

Download Webex

DevNet Learning Labs

Terms of Service

Privacy Policy

Cookie Policy

Trademarks

© 2025 Cisco and/or its affiliates. All rights reserved.