A Group video calling application using the Agora Web SDK with a Django backend.
-
git clone https://github.com/aminramezanni/django-videochat.git
-
cd django-videochat
-
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 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 migrate
-
python manage.py runserver
-
Open your browser and go to http://localhost:8000/ to view the application.
- For any inquiries, please contact at Amin Ramezani.
- Special thanks to Dennis Ivy.