CreateBlogSupport
Log inSign up
Home
Webex Calling
  • Guides
  • Webex Calling Beta
  • Webex Cloud Calling
  • Broadworks Calling
  • UCM Calling
  • AI Assistant for Developers
  • Beta Program
  • Webex Status API

Webex Calling

Integrate the SDK

The Webex Android SDK is available through Maven. Follow the instructions below to integrate the SDK into your application.

anchorAdd the Maven Repository

anchor

Insert the following Maven repository into your project-level build.gradle:

allprojects {
    repositories {
        maven {
            url 'https://devhub.cisco.com/artifactory/webexsdk/'
        }
    }
}

anchorSelect the SDK Variant

anchor

The Mobile Android SDK is available in two variants:

  • Webex-Wxc SDK: Optimized for size. Suitable if your app only uses Webex Calling.
  • Full SDK: Includes meetings, messaging, and supports UCM calling along with Webex Calling.
Use the Full SDK

In your module-level build.gradle, add the Full SDK as a dependency:

dependencies {
    implementation 'com.ciscowebex:webexsdk:3.15.0'
}
Use the Webex-Wxc SDK

In your module-level build.gradle, add the size-optimized Webex-Wxc SDK as a dependency:

dependencies {
    implementation 'com.ciscowebex:webexsdk-wxc:3.15.0'
}
In This Article
  • Add the Maven Repository
  • Select the SDK Variant

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.