An open API service indexing awesome lists of open source software.

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.

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
```