Skip to content

Sinch SDK Downloads

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.

iOS SDK changes from v.5.39

From v.5.39 only the Swift SDK (SinchRTC.xcframework) is distributed:

  1. If you were on the legacy Objective-C SDK (Sinch.xcframework), migrate to SinchRTC.xcframework.
  2. Pure Objective-C projects using the SDK must enable Swift runtime support.

For more details, see the Swift Runtime Support section in Miscellaneous.

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.

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.26.3Compressed
Checksum File6.26.3sha256sum
Debug Symbols6.26.3Compressed
Checksum File6.26.3sha256sum
Online reference docs6.26.3docs
Release notes6.26.3Release notes

From v.5.39 only the Swift SDK (SinchRTC.xcframework) is available, the Objective-C SDK is no longer distributed.

iOS SDK (Swift)Version
iOS5.39.20Compressed
Checksum File5.39.20sha256sum
Online reference docs5.39.20docs
Release notes5.39.20Release notes

Visit Minimum requirements section for information about supported iOS version.

JavaScript SDKVersion
JavaScript2.46.9Compressed
Checksum File2.46.9sha256sum
Online reference docs2.46.9docs
Release notes2.46.9Release 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"
}