CatchUp Video Call (Video Calling App Built by Django + WebRTC + JavaScript)
To run application clone the source and install all required dependencies
Application requires Python v3.8+ to run.
Install the dependencies and devDependencies and start the server.
pip install requirements.txt
After installation run application on your localhost
python3 manage.py runserver
By Default application will run on port 8000
localhost:8000
More to learn visit:- https://www.bloggernepal.com/2021/10/video-call-in-django-with-webrtc-and-channels.html