https://github.com/masteribro/zego-video-call
One-on-one video calling app built with Flutter using ZegoCloud UIKit. A simple and quick integration for real-time video calls on iOS and Android.
https://github.com/masteribro/zego-video-call
Last synced: 11 months ago
JSON representation
One-on-one video calling app built with Flutter using ZegoCloud UIKit. A simple and quick integration for real-time video calls on iOS and Android.
- Host: GitHub
- URL: https://github.com/masteribro/zego-video-call
- Owner: masteribro
- Created: 2025-07-08T09:18:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T15:03:48.000Z (12 months ago)
- Last Synced: 2025-07-08T16:22:58.919Z (12 months ago)
- Language: C++
- Size: 277 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📱 ZEGOCLOUD One-on-One Video Call App (Flutter)
This project demonstrates how to build a **1-on-1 video calling app using Flutter** with the help of **ZEGOCLOUD Call Kit UIKits**. With just a few lines of code, you can integrate high-quality video call functionality into your mobile app.
## 🚀 Features
- One-on-One Video Call functionality
- Built with Flutter using ZEGOCLOUD's low-code **UIKits**
- Easy to set up and configure
- Clean and responsive UI
## 🔗 Useful Links
- 🔸 [Get 10,000 Free Minutes with ZEGOCLOUD UIKits](https://bit.ly/40rFEok)
- 🔸 [Learn more about ZEGOCLOUD](https://bit.ly/4l36z23)
- 🔸 [Customize your own Video Call SDK](https://bit.ly/4kigkIK)
- 📚 [Call Kit Flutter Documentation](https://www.zegocloud.com/docs/uikit/callkit-flutter/overview)
## 📁 Project Structure
## 🧰 Getting Started
### 1. Clone the Repository
```bash
git clone https://github.com/masteribro/Zego-Video-Call.git
cd Zego-Video-Call
```
### 2. Create a Constants File
e.g
```bash
class Constants {
static const int appID = YOUR_APP_ID; // Replace with your App ID
static const String appSign = 'YOUR_APP_SIGN'; // Replace with your App Sign
}
```
### 3. Install Dependencies
```bash
flutter run
```