slorello89/vidyoplatform-connector-ios — explained in plain English
Analysis updated 2026-07-13 · repo last pushed 2019-07-24
Build a telehealth app where patients connect with doctors over video chat using a ready-made starting point.
Create a customer support app with live video calling by adapting the sample code.
Learn how to integrate VidyoPlatform video service into a native iPhone or iPad application.
Use as a reference implementation to understand how iOS video chat integration works in practice.
| slorello89/vidyoplatform-connector-ios | krausefx/eigen | burningtyger/gmail-notifr | |
|---|---|---|---|
| Stars | — | — | 1 |
| Language | Objective-C | Objective-C | Objective-C |
| Last pushed | 2019-07-24 | 2017-02-18 | 2013-01-22 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires downloading the separate VidyoClient iOS SDK package and a physical iPhone or iPad connected to your computer running Xcode.
VidyoPlatform Connector iOS is a sample app showing how to add video chat to a native iPhone or iPad application. Think of it as a working template, rather than starting from scratch to figure out how to embed video calling into your iOS app, you get a pre-built example that already connects to the VidyoPlatform video service and handles the core pieces of a video call. The project is written in Objective-C, a programming language commonly used for iOS development (though increasingly replaced by Swift in newer projects). To use it, you download a separate software package called the VidyoClient iOS SDK, drop this repository's code into a specific folder within that package, and open everything in Xcode (Apple's official tool for building iOS apps). From there, you connect a physical iPhone or iPad to your computer and run the app directly on the device. This is aimed at iOS developers or technical founders who want to integrate Vidyo's video technology into their own app. For example, if you're building a telehealth app where patients connect with doctors over video, or a customer support app with live video chat, this reference app gives you a concrete starting point. Instead of reading documentation and guessing how things fit together, you can see a working implementation and adapt it to your needs. The README is fairly sparse and doesn't go into detail about specific features, customization options, or how the underlying video technology works. It focuses almost entirely on setup instructions, getting the SDK, cloning the code, and running it on a device. You would need to explore the code itself or consult the broader VidyoPlatform documentation to understand what the app actually does once it's running.
A sample iOS app that shows developers how to embed VidyoPlatform video chat into an iPhone or iPad app. It serves as a working template rather than starting video calling integration from scratch.
Mainly Objective-C. The stack also includes Objective-C, Xcode, VidyoClient iOS SDK.
Dormant — no commits in 2+ years (last push 2019-07-24).
No license information is provided in the explanation, so the terms of use for this code are unclear.
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.