Git Product home page Git Product logo

vidchat's Introduction

Unleash the Power of Connection: Introducing VidChat

Tired of boring voice calls? Craving the power of face-to-face interaction, even when miles apart? Welcome to VidChat, your gateway to a vibrant world of group video chat experiences.

Built with cutting-edge technology: VidChat leverages the robust Agora Web SDK and a reliable Django backend to deliver seamless, crystal-clear video connections for you and your group.

Ready to unlock the fun? Here's your adventure guide:

  1. Gear Up: Snap up your copy of VidChat's source code by cloning the repository with this magic command:

  2. Fuel Your Project: Once you've landed in the mychat directory, cast this spell to install all the necessary ingredients:

  3. Unleash Your Inner Magician: To make VidChat your own, you'll need to acquire some special tokens from the land of Agora.io. Here's how:

    • Head over to https://www.agora.io/en/ and create your very own Agora app.
    • Once your app is up and running, locate the sacred appid and appCertificate. These are your keys to the video chat kingdom!
    • Carefully copy and paste these magical incantations into the designated spots within views.py and streams.js.

    Here's a peek at the incantations you'll be replacing:

    Python

    # views.py
    def getToken(request):
        appId = "YOUR APP ID"
        appCertificate = "YOUR APPS CERTIFICATE"
        ......

    JavaScript

    // streams.js
    ....
    const APP_ID = 'YOUR APP ID'
    ....
  4. Let the Connection Flow: With all the ingredients assembled, it's time to ignite the magic! Cast this final spell to launch the VidChat server:

Now, gather your friends and prepare to experience the magic of connection like never before!# VidChat

vidchat's People

Contributors

prabal-rawal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.