Skip to content

Getting the SDK

Lejla Solak edited this page May 27, 2024 · 1 revision

To acquire our SDK via Gradle dependency from the Maven Central repository, simply add the following snippet to your build.gradle file:

dependencies {
    implementation('com.infobip:infobip-rtc:+@aar') {
        transitive = true
    }
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally