Skip to content

Sinch SDK Downloads

Note:

Version 6.x.x of the Android SDK doesn't itself introduce any API changes. However as the SDK was refactored to Kotlin, if you're using it in Java application you have to add Kotlin runtime library as a dependency. See Changelog for more information.

The Sinch Voice and Video SDKs are available for iOS, Android and JavaScript. The downloads provide Sinch SDK Framework for Voice and Video, as well as documentation and sample applications for app-to-app calling, app-to-phone calling, and conference calling and video.

Warning:

Google Play - Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices.

Sinch customers MUST upgrade to Android SDK 6.14.5 or newer, to be compatible with such requirement!

Check Google Play Communication.

Link to Release Notes.

Android SDK (Kotlin)Version
SDK6.25.6Compressed
Checksum File6.25.6sha256sum
Debug Symbols6.25.6Compressed
Checksum File6.25.6sha256sum
Online reference docs6.25.6docs
Release notes6.25.6Release notes
iOS SDKVersion
iOS (Objective-C)5.38.7Compressed
Checksum File5.38.7sha256sum
iOS (Swift)5.38.7Compressed
Checksum File5.38.7sha256sum
Online reference docs5.38.7docs
Release notes5.38.7Release notes

Visit Minimum requirements section for information about supported iOS version.

JavaScript SDKVersion
JavaScript2.46.8Compressed
Checksum File2.46.8sha256sum
Online reference docs2.46.8docs
Release notes2.46.8Release Notes

Visit Minimum requirements section for information about supported browsers and features per browser.

JavaScript SDK on npm

Instead of downloading the compressed file directly, you can also use the SDK from npm. To include it in your application, simply install it as a dependency:

npm install sinch-rtc

See sinch-rtc on npm for more details.

Android SDK on Maven Central

Instead of downloading the AAR file directly, you can also use the SDK from Maven Central. To include it in your application, simply add it as a dependency in your module’s build.gradle (usually app/build.gradle) file:

// app/build.gradle
dependencies {
    implementation "com.sinch:voice-video-android:6.21.4"
}