slorello89/vidyo.io-connector-with-chat-android — explained in plain English
Analysis updated 2026-07-14 · repo last pushed 2019-08-02
Build a telehealth app where patients and doctors can text chat during video consultations.
Create a customer support tool where agents chat with users before or during a video call.
Use as a starting template for any Android communication app needing both video and text chat.
Learn how to integrate the VidyoClient SDK with a custom chat interface in an Android project.
| slorello89/vidyo.io-connector-with-chat-android | asutosh936/job-finder-app | asutosh936/spring-boot | |
|---|---|---|---|
| Stars | — | 0 | — |
| Language | Java | Java | Java |
| Last pushed | 2019-08-02 | — | 2016-07-02 |
| Maintenance | Dormant | — | Dormant |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires manually downloading the separate VidyoClient SDK, unzipping it, and placing this repo's code inside its samples folder before opening in Android Studio.
This repository is a sample project showing Android developers how to add a chat interface to a video conferencing app. It is built on top of the VidyoClient library, a tool for embedding real-time video calls into mobile applications, and demonstrates how to pair that video capability with a basic text chat feature. To get this working, a developer needs to download the separate VidyoClient software development kit (SDK) from an external link, unzip it, and drop this repository's code into the samples folder of that package. From there, they open the project in Android Studio and run it on a plugged-in Android phone or a virtual device emulator. The code is written in Java and serves as a hands-on template rather than a standalone application. The primary audience is an Android developer building a communication app who needs to offer both video and text chat. For example, a startup building a telehealth app could use this project as a starting point so patients and doctors can share messages while seeing each other on screen. Similarly, a company creating a customer support tool could use it to let support agents chat with users before or during a video call. The README is sparse and does not go into detail about the chat interface's specific features or visual design. It provides only the setup steps, so anyone using this project will need to explore the code itself to understand the full capabilities and limitations of the chat implementation.
A sample Android project in Java that shows developers how to add text chat alongside real-time video calls using the VidyoClient library, serving as a hands-on template rather than a standalone app.
Mainly Java. The stack also includes Java, Android Studio, VidyoClient SDK.
Dormant — no commits in 2+ years (last push 2019-08-02).
No license information is provided in the repository, so usage rights are unclear and you should contact the author before using this code in your own projects.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.