UNPKG

rtcmulticonnection

Version:

RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to support all possible peer-to-peer features.

60 lines (41 loc) 1.31 kB
<a href="https://github.com/muaz-khan/RTCMultiConnection"><img src="https://i.imgur.com/MFfRBSM.png" /></a> ## RTCMultiConnection > A WebRTC JavaScript Library # Contributors 1. [Muaz Khan](https://github.com/muaz-khan) 2. [Alexey Kucherenko](https://github.com/killmenot) 3. [Yuri](https://github.com/Yuripetusko) 4. [Dmitry](https://github.com/Reptoh) 5. +Your Name # Rules to Contribute Git clone: ```sh mkdir RTCMultiConnection cd RTCMultiConnection git clone --depth=50 --branch=master git://github.com/muaz-khan/RTCMultiConnection.git ./ ``` or download ZIP: ```sh # or MOST preferred one wget https://github.com/muaz-khan/RTCMultiConnection/archive/master.zip unzip master.zip cd RTCMultiConnection-master ls -a ``` ## Install all dependencies ```sh mkdir node_modules npm install --save-dev # install grunt for code style verifications npm install grunt-cli npm install grunt ``` ## Compile distribution ```sh grunt # or auto compile grunt watch ``` # Success? Make a pull request! ## License [RTCMultiConnection](https://github.com/muaz-khan/RTCMultiConnection) is released under [MIT licence](https://github.com/muaz-khan/RTCMultiConnection/blob/master/LICENSE.md) . Copyright (c) [Muaz Khan](http://www.MuazKhan.com/).