Bandyer / Bandyer-Android-SDK

Communication made easy!

Home Page:https://kaleyra.com/video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bandyer Android SDK - (now Kaleyra Video Android SDK)

Kaleyra

Download Docs Twitter

Kaleyra video enables audio/video communication and collaboration from any platform and browser! Through its WebRTC architecture, it makes video communication simple and punctual.


. Overview . Features . Documentation . Pricing . Credits .


Overview

Kaleyra Video Android SDK makes it easy to add video conference and chat communication to 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).

For kotlin built apps is required at least kotlin language version v1.5.32.

API 31 and java version 1.8 required.

android {
    compileSdkVersion 31
    buildToolsVersion 31.0.0
    
    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 31
        
        [...]
   }
   
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    
    [...]
}

Features

  • Audio call
  • Audio call upgradable to video call
  • Video call
  • Chat
  • Collaborative whiteboard
  • File sharing in call
  • Screen sharing in call:
    • App only
    • System wide
  • Call Recording

Documentation

Introduction

Home

Integration

  1. Get your credentials
  2. Get started
  3. Terminology
  4. Android Studio Setup
  5. Initialize SDK
  6. Setup BandyerSDKClient
  7. Start a Call
  8. Observe Call Events
  9. Start a Chat
  10. Observe Chat Events
  11. Handle Push Notifications
  12. Handle External Links

Notification Customization

Call

Chat

FileSharing

User Details Display Customization

User Details Provider

User Details Formatter

More

Logging

Customize Configuration

Call UI Display Mode

User Identity Verification

Unexpected exception handling

Reduce APK size

Proguard

Extensions

USB Camera

Customize UI

๐ŸŽจ   Color System

๐ŸŽ‘   Customize Colors & Themes

๐Ÿ†Ž   Customize Font

๐ŸŽญ   Brand Identity Watermark

Migrations

Upgrade to v3+

Upgrade to v2.+

Upgrade to v1.5.+

Code documentation

Kotlin

Other

Pricing

Troubleshooting

Credits