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