Skip to content

Get Started

Federico Marin edited this page Nov 20, 2023 · 4 revisions

Add Kaleyra Video SDK to your android application Download

Once you have SDK credentials you may now want to add this library in your android project application.

Step 1

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://maven.bandyer.com/releases' }
    }
}

Step 2

Add this line into app/build.gradle file:

implementation 'com.kaleyra:video-sdk:$latestVideoSDKVersion'

or use the sdk for smartglasses:

implementation 'com.kaleyra:video-glasses-sdk:$latestVideoSDKVersion'

In case you are not experienced see here to get a better idea on where it should be added

Clone this wiki locally