A peer to peer WebRTC application with controls
- 1 - clone repo
- 2 - Create an account on agora.io and create an app to generate an APP ID
- 3 - Update APP ID, Temp Token and Channel Name in main.js
let APP_ID = "YOU-APP-ID"Welcome to the Video Calling Project! This repository contains the codebase for a robust and scalable video calling application. Our goal is to provide a seamless video communication experience with high-quality audio and video streaming, easy-to-use interface, and secure connections.
- High-Quality Video and Audio: Enjoy crystal clear video and audio calls.
- Multi-Party Conferencing: Connect with multiple participants in a single call.
- Screen Sharing: Share your screen with others during the call.
- Chat Functionality: Send and receive messages in real-time.
- End-to-End Encryption: Secure your communications with robust encryption.
Follow these steps to set up the project locally:
- Clone the Repository
git clone https://github.com/lewis-2000/ChatMistique.git
- Agora Account Configuration
- Create an account on agora.io and create an app to generate an APP ID.
- Update APP ID, Temp Token and Channel Name in main.js
let APP_ID = "YOU-APP-ID"


