Skip to content

Latest commit

 

History

History
executable file
·
74 lines (41 loc) · 2.38 KB

README.md

File metadata and controls

executable file
·
74 lines (41 loc) · 2.38 KB

RTCMultiConnection - WebRTC JavaScript Library

npm downloads Build Status: Linux

Getting Started Without Any Installation

YouTube Channel

Install On Your Own Website

mkdir demo && cd demo

# install from NPM
npm install rtcmulticonnection

# or clone from github
git clone https://github.com/muaz-khan/RTCMultiConnection.git ./

# install all required packages
# you can optionally include --save-dev
npm install

node server --port=9001

Socket.io Signaling Server

Signaling server has a separate repository:

Integrate Inside Any Nodejs Application

Config.json Explained

How to Enable HTTPs?

Want to Contribute?

RTCMultiConnection is using Grunt to compile javascript into dist directory:

Wiki Pages

  1. https://github.com/muaz-khan/RTCMultiConnection/wiki
  2. https://github.com/muaz-khan/RTCMultiConnection-Server/wiki

iOS+Android Mobile Apps

ionic/cordova mobile apps has a separate repository:

License

RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.