{"id":22506156,"url":"https://github.com/bandyer/bandyer-android-sdk","last_synced_at":"2025-08-03T12:32:11.923Z","repository":{"id":47988323,"uuid":"153806014","full_name":"Bandyer/Bandyer-Android-SDK","owner":"Bandyer","description":"Communication made easy!","archived":false,"fork":false,"pushed_at":"2024-07-16T12:52:48.000Z","size":63594,"stargazers_count":13,"open_issues_count":1,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-07-16T15:41:33.186Z","etag":null,"topics":["audio","audio-calls","bandyer-sdk","business-solutions","chat","chat-application","customization","easy","easy-to-use","integration","stylable","video-call","video-communication","voip","webrtc"],"latest_commit_sha":null,"homepage":"https://kaleyra.com/video","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bandyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-19T15:41:19.000Z","updated_at":"2024-07-16T12:52:51.000Z","dependencies_parsed_at":"2024-02-27T11:31:01.082Z","dependency_job_id":"ed12af2c-64bc-457c-801c-c334a191449e","html_url":"https://github.com/Bandyer/Bandyer-Android-SDK","commit_stats":null,"previous_names":[],"tags_count":164,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandyer%2FBandyer-Android-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandyer%2FBandyer-Android-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandyer%2FBandyer-Android-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandyer%2FBandyer-Android-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bandyer","download_url":"https://codeload.github.com/Bandyer/Bandyer-Android-SDK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228544679,"owners_count":17934635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","audio-calls","bandyer-sdk","business-solutions","chat","chat-application","customization","easy","easy-to-use","integration","stylable","video-call","video-communication","voip","webrtc"],"created_at":"2024-12-07T00:41:20.108Z","updated_at":"2025-08-03T12:32:11.903Z","avatar_url":"https://github.com/Bandyer.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bandyer Android SDK - (now Kaleyra Video Android SDK)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"img/kaleyra.png\" alt=\"Kaleyra\" title=\"Kaleyra\" /\u003e\n\u003c/p\u003e\n\n [![Download](https://badgen.net/maven/v/metadata-url/https/maven.bandyer.com/releases/com/bandyer/bandyer-android-sdk/maven-metadata.xml?label=maven.bandyer.com/releases\u0026cache-control) ](https://maven.bandyer.com/index.html#releases/com/bandyer/bandyer-android-sdk/)[![Docs](https://img.shields.io/badge/docs-current-brightgreen.svg)](https://bandyer.github.io/Bandyer-Android-SDK/)\n[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social\u0026logo=twitter)](https://twitter.com/intent/follow?screen_name=bandyersrl)\n\n\n**Kaleyra video** enables audio/video communication and collaboration from any platform and browser! Through its WebRTC architecture, it makes video communication simple and punctual.\n\n\n---\n\n. **[Overview](#overview)** .\n**[Features](#features)** .\n**[Documentation](#documentation)** .\n**[Pricing](#other)** .\n**[Credits](#credits)** .\n\n---\n\n## Overview\n\n**Kaleyra Video Android SDK** makes it easy to add video conference and chat communication to mobile apps.\n\n**Even though this sdk encloses strongly the UI/UX, it is fully styleable through default Android style system.**\n\n\u003cimg src=\"img/img0.png\" height=\"360\"/\u003e\u003cimg src=\"img/img1.png\" height=\"360\"/\u003e\u003cimg src=\"img/img2.png\" height=\"360\"/\u003e\u003cimg src=\"img/img3.png\" height=\"360\"/\u003e\u003cimg src=\"img/img4.png\" height=\"360\"/\u003e\u003cimg src=\"img/img5.png\" height=\"360\"/\u003e\u003cimg src=\"img/img6.png\" height=\"360\"/\u003e\u003cimg src=\"img/img7.png\" height=\"360\"/\u003e \n\n## Requirements\n\nSupported API level 21+ (Android 5.0 Lollipop).\n\n**For kotlin built apps is required at least kotlin language version v1.5.32.**\n\n**API 31 and java version 1.8 required.**\n\n```java\nandroid {\n    compileSdkVersion 31\n    buildToolsVersion 31.0.0\n    \n    defaultConfig {\n        minSdkVersion 21\n        targetSdkVersion 31\n        \n        [...]\n   }\n   \n    compileOptions {\n        sourceCompatibility JavaVersion.VERSION_1_8\n        targetCompatibility JavaVersion.VERSION_1_8\n    }\n    \n    [...]\n}\n\n```\n\n## Features\n\n- Audio call\n- Audio call upgradable to video call\n- Video call\n- Chat\n- Collaborative whiteboard \n- File sharing in call\n- Screen sharing in call:\n\t- App only\n\t- System wide\n- Call Recording\n\n## Documentation\n\n### Introduction\n[Home](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Home)\n\n### Integration\n1. [Get your credentials](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Get-Your-Credentials)\n1. [Get started](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Get-Started)\n1. [Terminology](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Terminology)\n1. [Android Studio Setup](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Android-Studio-Setup)\n1. [Initialize SDK](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Initialize-BandyerSDK)\n1. [Setup BandyerSDKClient](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Initialize-BandyerSDKClient)\n    - [Initialize Client](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Initialize-BandyerSDKClient)\n    - [Destroy Client](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Initialize-BandyerSDKClient#dispose-bandyersdkclient)\n    - [Delete user data](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Initialize-BandyerSDKClient#clear-all-user-data)\n    - [Observe Client](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Initialize-BandyerSDKClient#bandyersdkclient-observers)\n1. [Start a Call](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Start-a-call)\n1. [Observe Call Events](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Observe-call-events)\n1. [Start a Chat](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Start-a-chat)\n1. [Observe Chat Events](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Observe-Chat-Events)\n1. [Handle Push Notifications](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Handle-Push-Notifications)\n1. [Handle External Links](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Handle-External-Links)\n\n\n### Notification Customization\n[Call](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Customize-Call-Module-Notifications)\n\n[Chat](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Customize--Chat-Module-Notifications)\n\n[FileSharing](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Customize-FileSharing-Notifications)\n\n### User Details Display Customization\n[User Details Provider](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Customize-user-details#user-details-provider)\n\n[User Details Formatter](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Customize-user-details#user-details-formatter)\n\n### More\n[Logging](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Logging)\n\n[Customize Configuration](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Customize-Configuration)\n\n[Call UI Display Mode](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Call-UI-Display-Mode)\n\n[User Identity Verification](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/User-Identity-Verification)\n\n[Unexpected exception handling](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Unexpected-exception-handling)\n\n[Reduce APK size](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Reduce-the-APK-size)\n\n[Proguard](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Proguard)\n\n### Extensions\n\n[USB Camera](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/USB-Camera)\n\n### Customize UI\n\n🎨  \u0026nbsp; [Color System](https://github.com/Bandyer/Bandyer-Android-Design/wiki/Color-System)\n\n🎑  \u0026nbsp; [Customize Colors \u0026 Themes](https://github.com/Bandyer/Bandyer-Android-Design/wiki/Customize-Colors-\u0026-Themes)\n\n🆎  \u0026nbsp; [Customize Font](https://github.com/Bandyer/Bandyer-Android-Design/wiki/Customize-Font)\n\n🎭  \u0026nbsp; [Brand Identity Watermark](https://github.com/Bandyer/Bandyer-Android-Design/wiki/Brand-Identity-Watermark)\n\n### Migrations\n[Upgrade to v3+](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Upgrade-to-Bandyer-SDK-v3.0.x)\n\n[Upgrade to v2.+](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Upgrade-to-Bandyer-SDK-v2.x)\n\n[Upgrade to v1.5.+](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Upgrade-to-Bandyer-SDK-v1.5.x)\n\n[Api 35 compatibility](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/API-35-Compatibility)\n\n### Code documentation\n[Kotlin](https://bandyer.github.io/Bandyer-Android-SDK/)\n\n### Other\n[Pricing](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Pricing)\n\n[Troubleshooting](https://github.com/Bandyer/Bandyer-Android-SDK/wiki/Troubleshooting)\n\n\n## Credits\n- [WebRTC](https://webrtc.org/) by Google, Mozilla, Opera, W3C and ITF\n- [Kotlin](https://github.com/JetBrains/kotlin) by JetBrains\n- [Gson](https://github.com/google/gson) by Google\n- [OkHttp](https://github.com/square/okhttp) by square\n- [Socket.io](https://github.com/socketio/socket.io-client-java) by socket.io\n- [Android-weak-handler](https://github.com/badoo/android-weak-handler) by Badoo\n- [SiliCompressor](https://github.com/Tourenathan-G5organisation/SiliCompressor) by Tourenathan-G5organisation\n- [PermissionsDispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher) by permissions-dispatcher\n- [Picasso](https://github.com/square/picasso) by square\n- [FastAdapter](https://github.com/mikepenz/FastAdapter) by mikepenz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbandyer%2Fbandyer-android-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbandyer%2Fbandyer-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbandyer%2Fbandyer-android-sdk/lists"}