I have developed this video conferencing web app using django as an internship task. In this web app I have used Django as a main backend language and HTML, CSS & JS for frontend. I have used Sqlite3 for database. For the video call limit I have used zegocloud API which provides 10,000 free minutes per month.
In this app user can register and further have the accessibility to create new meeting or join the existing meeting. User can also share the screen during conference and also can have a chat with the conference team members.
You have to register on ZegoCloud test mode and take your api key.
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
- User can join the meeting as well as create the meeting.
- Secure video calling.
- Dynamic and user-friendly UI.
- 10,000 free minutes from API.
pip install django
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
![App Screenshot](Will be available soon.)
For support, email bhushanch45@gmail.com.