UNPKG

rtcmulticonnection-v3

Version:

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

50 lines (33 loc) 1.46 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 Download TAR which is having all the codes including `grunt` files. You don't need to install anything. ``` # or MOST preferred one mkdir RTCMultiConnection-v3.0 && cd RTCMultiConnection-v3.0 wget http://dl.webrtc-experiment.com/rtcmulticonnection-v3.tar.gz tar -zxvf rtcmulticonnection-v3.tar.gz ls -a ``` * [rtcmulticonnection-v3.tar.gz](http://dl.webrtc-experiment.com/rtcmulticonnection-v3.tar.gz) Or manually install via git/NPM: ``` git clone --depth=50 --branch=master git://github.com/muaz-khan/RTCMultiConnection.git muaz-khan/RTCMultiConnection # install all dependencies npm install # install grunt for code style verifications npm install grunt-cli npm install grunt # verify your changes npm test # or "grunt" # 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/).