Kaleyra Android Collaboration Suite

Kaleyra

Download

Kaleyra Collaboration Suite enables audio/video/chat and more collaboration from any platform and browser!

Overview

Kaleyra Collaboration Suite makes it easy to add video conference and chat communication from mobile apps.

Even though this sdk encloses strongly the UI/UX, it is fully styleable through default Android style system.

Requirements

Supported API level 21+ (Android 5.0 Lollipop).

Requires compileOptions for Java8 and code desugaring for api < 26

android{
    compileOptions{
        // https://developer.android.com/studio/write/java8-support
        coreLibraryDesugaringEnabled true
        sourceCompatibility JavaVersion.VERSION_1_8 
        targetCompatibility JavaVersion.VERSION_1_8
    }

    // For Kotlin projects
    kotlinOptions{
        jvmTarget="1.8"
    }
}

Documentation

Introduction

Home

Integration

  1. Get your credentials
  2. Get started
  3. Terminology
  4. Android Studio Setup
  5. Initialize
  6. Call
  7. Join Link
  8. Observe Call
  9. Push Notifications

More

Enable Call Sounds & Audio Routing

Logging

User Description

Proguard

Customize UI

?   Color System

?   Customize Colors & Themes

?   Customize Font

Code documentation

Kotlin

Credits

GitHub

View Github