Download ConoStream SDK for your platform
Complete Android SDK with AAR library, helper classes, and documentation for building real-time streaming apps.
Download for AndroidiOS SDK is currently in development. Contact us if you need iOS support for your project.
Contact for UpdatesAndroid API 21 (Lollipop 5.0) or higher
Android API 34 (Android 14) recommended
Android Studio Hedgehog or newer
Gradle 8.0+ with AGP 8.0+
Get started in 3 simple steps
Download and extract the ZIP file. Copy the AAR file to your project's
app/libs/ folder.
Add to your build.gradle:
implementation files('libs/conostream-android-sdk-release.aar')
implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.05'
Follow our Quick Start Guide to connect to a room and start streaming.