A WebRTC JavaScript Library
- Muaz Khan
- Alexey Kucherenko
- Yuri
- Dmitry
- +Your Name
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
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!
RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.