Giter Site home page Giter Site logo

eduveliz / video-javascript-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metered-ca/video-javascript-quickstart

0.0 0.0 0.0 600 KB

JavaScript + Node.JS Group Video Calling Application using Metered Video SDK

JavaScript 60.73% HTML 39.27%

video-javascript-quickstart's Introduction

Metered Video Calling Quickstart for JavaScript

Powered by Metered SDK

Overview

Metered Demo APP

In this application would give you a starting point to build your own video calling application with Metered.

The application using Javascript + Node.JS and Express Backend.

Guide

Here the complete explantion on how this application is built here: https://docs.metered.ca/docs/step-by-step-guide-to-group-video-calling-app-using-metered

Setup Requirements

Before you can use this application, you would need a Metered Domain and Secret Key. To Obtain them do the following:

  • Signup for a free account at https://dashboard.metered.ca/signup
  • You will get the Metered Domain During Signup
  • After Signup go to Developers page, from there you can get the Secret Key

Setting up the Application

  1. Clone the Project

  2. In the root folder create a .env file, inside the add your Metered Domain and Secret Key

    METERED_DOMAIN = ""
    METERED_SECRET_KEY=""
    
  3. Install dependencies from npm

npm install

Run the Application

To run the application, just run npm start and the application will be live at http://localhost:4000

npm start

Testing on Multiple Devices

To test the application on multiple devices you can use ngrok, you can download and install it from here: https://ngrok.com/download

After installing run the demo application then run the command

ngrok http 4000

ngrok will give you a URL that you can open on multiple devices to test out video conferencing.

Further Reading

Checkout https://docs.metered.ca to read more about the Metered Video API

video-javascript-quickstart's People

Contributors

mlakkadshaw 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.