/video-call-django

Welcome to the "Video Calling Website" project! This project enables users to engage in video calls by entering a room name and their name. It utilizes the Agora WebSocket for real-time communication.

Primary LanguageJavaScript

Video Calling Website

GitHub Repository Live Demo

Django HTML CSS JavaScript

Welcome to the "Video Calling Website" project! This project enables users to engage in video calls by entering a room name and their name. It utilizes the Agora WebSocket for real-time communication.

Features

  • Video Calls: Users can initiate video calls by providing a room name and their name.

Technologies Used

This project leverages the following technologies:

  • Django: A high-level Python web framework for backend development.
  • HTML, CSS, JavaScript: The frontend is built using standard web technologies.
  • Agora WebSocket: Utilized for real-time communication in video calls.

Preview

Capture

Installation

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/rajatrawal/video-call-django.git
  2. Navigate to the project directory:

    cd video-call-django
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the Django development server:

    python manage.py runserver
  5. Open your web browser and access the project at http://127.0.0.1:8000/.

Usage

This project is designed for users who want to experience simple and straightforward video calls. Simply input a room name and your name to get started.

Live Demo

Explore the live demo at Video Calling Website.

Feel free to contribute or provide feedback by creating issues or pull requests on GitHub.

Thank you for exploring the "Video Calling Website" project! Enjoy your video calls!