Skip to content

Commit

Permalink
Missed v2.2.2 directory. Re-Added.
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jan 7, 2016
1 parent 808778c commit 1f6e036
Show file tree
Hide file tree
Showing 77 changed files with 27,976 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ bower_components

*.tar.gz
lib-cov
v2.2.2

.*.swp
._*
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<a href="https://github.com/muaz-khan/RTCMultiConnection"><img src="https://i.imgur.com/MFfRBSM.png" /></a>

## [RTCMultiConnection-v3.0](https://github.com/muaz-khan/RTCMultiConnection) / [Many Live Demos](https://rtcmulticonnection.herokuapp.com/)
## RTCMultiConnection - WebRTC JavaScript Library

* [RTCMultiConnection v3.0 Live Demos](https://rtcmulticonnection.herokuapp.com/)
* [RTCMultiConnection v2.2.2 Live Demos](https://www.webrtc-experiment.com/RTCMultiConnection/)

[![npm](https://img.shields.io/npm/v/rtcmulticonnection-v3.svg)](https://npmjs.org/package/rtcmulticonnection-v3) [![downloads](https://img.shields.io/npm/dm/rtcmulticonnection-v3.svg)](https://npmjs.org/package/rtcmulticonnection-v3) [![Build Status: Linux](https://travis-ci.org/muaz-khan/RTCMultiConnection.png?branch=master)](https://travis-ci.org/muaz-khan/RTCMultiConnection)

Expand Down
18 changes: 18 additions & 0 deletions v2.2.2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
node_modules
bower_components

*.tar.gz
lib-cov

.*.swp
._*
.DS_Store
.git
.hg
.npmrc
.lock-wscript
.svn
.wafpickle-*
config.gypi
CVS
npm-debug.log
20 changes: 20 additions & 0 deletions v2.2.2/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"browser": true,
"camelcase": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"forin": false,
"globalstrict": true,
"quotmark": "single",
"undef": true,
"unused": "strict",
"globals": {
"RTCMultiConnection": true,
"RMCDefaultChannel": true,
"selfNPObject": true,
"MediaStream": true,
"AudioContext": true,
"onPluginRTCInitialized": true
}
}
19 changes: 19 additions & 0 deletions v2.2.2/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
node_modules
bower_components

*.tar.gz
lib-cov
v2.2.2

.*.swp
._*
.DS_Store
.git
.hg
.npmrc
.lock-wscript
.svn
.wafpickle-*
config.gypi
CVS
npm-debug.log
Loading

0 comments on commit 1f6e036

Please sign in to comment.