A real-time group video calling application built with Django, Agora SDK, and JavaScript.
This project demonstrates how to integrate video conferencing into a web application with features like room creation, joining with tokens, and audio/video controls.
- 🔑 Secure authentication using Agora Tokens
- 👥 Join rooms with unique IDs
- 🎤 Mute/Unmute microphone
- 📷 Enable/Disable camera
- 📡 Real-time video & audio streaming
- 🛠 Built with Django backend and Agora Web SDK frontend
- Backend: Django (Python)
- Frontend: HTML, CSS, JavaScript
- SDK: Agora Web SDK
- Database: SQLite (default for Django)
- Version Control: Git & GitHub
git clone https://github.com/your-username/Video-Chat-Application.git
cd Video-Chat-Application