A Group video calling application using the Agora Web SDK with a Django backend.
https://github.com/rohansaini886/Mychat.git
cd Mychat
pip install -r requirements.txt
In order to use this project you will need to replace the agora credentials in views.py and streams.js.
Create an account at agora.io and create an app. Once you create your app, you will want to copy the appid & appCertificate to update views.py and streams.js.
python manage.py runserver