Skip to content
Last updated

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.22.5Compressed
Checksum File6.22.5sha256sum
Debug Symbols6.22.5Compressed
Checksum File6.22.5sha256sum
Online reference docs6.22.5docs
Release notes6.22.5Release notes
iOS SDKVersion
iOS (Objective-C)5.36.10Compressed
Checksum File5.36.10sha256sum
iOS (Swift)5.36.10Compressed
Checksum File5.36.10sha256sum
Online reference docs5.36.10docs
Release notes5.36.10Release notes

Visit Minimum requirements section for information about supported iOS version.

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

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

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"
}