This django app is build using web sockets, django channels and WEBRTC API. To run the application smoothly, follow the given steps:
- Create a virtual environment.
- Create a django project using command prompt.
- Create a django app using the terminal.
- Register your django app in the settings.py file.
- Download django channels by following this documentation: https://channels.readthedocs.io/en/stable/installation.html
- Do the proper settings in the asgi.py file by following the above doc.
- Download the above files.