Skip to content

Jgaleas7/smart-tvc

Repository files navigation

RTCMultiConnection

A WebRTC JavaScript Library

Contributors

  1. Muaz Khan
  2. Alexey Kucherenko
  3. Yuri
  4. Dmitry
  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

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 is released under MIT licence . Copyright (c) Muaz Khan.

About

No description, website, or topics provided.

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors