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 .
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.
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
}
[...]
}
- 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
- Get your credentials
- Get started
- Terminology
- Android Studio Setup
- Initialize SDK
- Setup BandyerSDKClient
- Start a Call
- Observe Call Events
- Start a Chat
- Observe Chat Events
- Handle Push Notifications
- Handle External Links
- WebRTC by Google, Mozilla, Opera, W3C and ITF
- Kotlin by JetBrains
- Gson by Google
- OkHttp by square
- Socket.io by socket.io
- Android-weak-handler by Badoo
- SiliCompressor by Tourenathan-G5organisation
- PermissionsDispatcher by permissions-dispatcher
- Picasso by square
- FastAdapter by mikepenz