Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhav-chitransh/video-chat-application
A video chat application built using zegocloud
https://github.com/vaibhav-chitransh/video-chat-application
dotenv react react-router-dom zegocloud
Last synced: about 10 hours ago
JSON representation
A video chat application built using zegocloud
- Host: GitHub
- URL: https://github.com/vaibhav-chitransh/video-chat-application
- Owner: Vaibhav-Chitransh
- Created: 2025-01-15T10:28:36.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T12:36:02.000Z (6 days ago)
- Last Synced: 2025-01-15T13:21:50.891Z (6 days ago)
- Topics: dotenv, react, react-router-dom, zegocloud
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Chat Application
![App Screenshot](./images/1.png)
![App Screenshot](./images/2.png)
![App Screenshot](./images/3.png)
## Overview
This repository contains a Video Chat Application built using the ZEGOCLOUD SDK. The application enables users to engage in real-time video conversations with high-quality audio and video streaming.
## Features
- **Real-Time Video Chat**: Connect with others through seamless video calls.
- **High-Quality Audio and Video**: Experience clear audio and video during conversations.
- **User-Friendly Interface**: Navigate the app with an intuitive and responsive design.## Getting Started
1. **Clone the Repository**:
```bash
git clone https://github.com/Vaibhav-Chitransh/Video-Chat-Application.git
cd Video-Chat-Application2. **Install Dependencies**:
```bash
npm install3. **Configure Environment Variables**:
Create a .env file in the root directory and add your ZEGOCLOUD AppID and AppSign:```bash
VITE_APP_ID=your_app_id
VITE_APP_SIGN=your_app_sign4. **Run the Application**:
```bash
npm run dev## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **Vite**: Frontend build tool for fast development.
- **ZEGOCLOUD SDK**: Provides real-time audio and video communication capabilities.