Skip to content

Commit

Permalink
Added rtcmulticonnection-v3@3.3.9 Fixed #251
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Oct 8, 2016
1 parent fd7d186 commit 2d07a60
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rtcmulticonnection",
"description": "RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to provide multi-session establishment scenarios.",
"version": "3.3.8",
"version": "3.3.9",
"authors": [
{
"name": "Muaz Khan",
Expand Down Expand Up @@ -41,4 +41,4 @@
"test",
"tests"
]
}
}
4 changes: 2 additions & 2 deletions docs/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All files from `/dist` directory are available on CDN: `https://cdn.webrtc-exper
<script src="https://cdn.webrtc-experiment.com:443/rmc3.min.js"></script>

<!-- or specific version -->
<script src="https://github.com/muaz-khan/RTCMultiConnection/releases/download/3.3.8/rmc3.min.js"></script>
<script src="https://github.com/muaz-khan/RTCMultiConnection/releases/download/3.3.9/rmc3.min.js"></script>
```

If you're sharing files, you also need to link:
Expand All @@ -28,7 +28,7 @@ If you're sharing files, you also need to link:
<script src="https://cdn.webrtc-experiment.com:443/rmc3.fbr.min.js"></script>

<!-- or specific version -->
<script src="https://github.com/muaz-khan/RTCMultiConnection/releases/download/3.3.8/rmc3.fbr.min.js"></script>
<script src="https://github.com/muaz-khan/RTCMultiConnection/releases/download/3.3.9/rmc3.fbr.min.js"></script>
```

> You can link multiple files from `dev` directory. Order doesn't matters.
Expand Down
8 changes: 8 additions & 0 deletions docs/ios-android.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# iOS and Android

Please check these docs instead:

# 1) [Write iOS apps using RTCMultiConnection](http://www.rtcmulticonnection.org/docs/Write-iOS-Apps/)

# 2) [Write Android apps using RTCMultiConnection](http://www.rtcmulticonnection.org/docs/Write-Android-Apps/)

----

## iPhone, iPad, Nexus, Blackberry, Samsung, many other devices

> This page explains how to write iOS+Android phonegap/cordova applications for RTCMultiConnection-v3.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rtcmulticonnection-v3",
"preferGlobal": false,
"version": "3.3.8",
"version": "3.3.9",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
Expand Down

0 comments on commit 2d07a60

Please sign in to comment.