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

BNR and other Common APIs

This article provides an overview of the common APIs used to implement Webex functionality in your Android application.

It covers essential configurations such as setting video frame rates, toggling camera usage, enabling background video streaming, setting screen sharing frame rates, and configuring noise reduction. These APIs help you optimize the performance and quality of your Webex integration.

anchorConfigure the Video Frame Rate

anchor

Set the maximum transmission frame rate for video:

webex.phone.setAdvancedSetting(AdvancedSetting.VideoMaxTxFPS(value: Int) as AdvancedSetting<*>)

anchorToggle Camera Usage

anchor

Toggle the usage of the android.hardware.camera2 API:

webex.phone.setAdvancedSetting(AdvancedSetting.VideoEnableCamera2(value: Boolean) as AdvancedSetting<*>)

anchorEnable Background Video Streaming

anchor

Continue video streaming when the app is in the background:

webex.phone.enableBackgroundStream(enable: Boolean)

anchorSet the Screen Sharing Frame Rate

anchor

Set the maximum capture frame rate for screen sharing:

webex.phone.setAdvancedSetting(AdvancedSetting.ShareMaxCaptureFPS(value: Int) as AdvancedSetting<*>)

anchorEnable/Disable and Configure Noise Reduction

anchor

Enable or disable background noise removal:

webex.phone.enableAudioBNR(enable: Boolean)

Configure background noise removal mode:

webex.phone.setAudioBNRMode(mode: Phone.AudioBRNMode)
In This Article
  • Configure the Video Frame Rate
  • Toggle Camera Usage
  • Enable Background Video Streaming
  • Set the Screen Sharing Frame Rate
  • Enable/Disable and Configure Noise Reduction

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.