/webrtc-meeting

Example implementation of video calling web application using WebRTC

Primary LanguageVueMIT LicenseMIT

WebRTC Meeting

This project is an example implementation for creating a video calling application with WebRTC.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

To run the project you need:

  • Node.js (11.1.0 has been confirmed to work)
  • npm

Quick Start

Run the project locally according to the following command.

  1. Change directory to frontend

    cd frontend
  2. Install NPM packages

    npm install
  3. Start the server with the script below

    npm run dev

License

Distributed under the MIT License. See LICENSE for more information.