-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now v3.0 is having CDN links as well: /~https://github.com/muaz-khan/RTCMultiConnection#link-script-files
- Loading branch information
Showing
36 changed files
with
7,213 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<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/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
You can test all demos LIVE here: | ||
|
||
* https://rtcmulticonnection.herokuapp.com/ | ||
|
||
Source codes are available here: | ||
|
||
* /~https://github.com/muaz-khan/RTCMultiConnection/tree/master/demos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.