Skip to content

Commit 2d07a60

Browse files
committed
Added rtcmulticonnection-v3@3.3.9 Fixed muaz-khan#251
1 parent fd7d186 commit 2d07a60

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rtcmulticonnection",
33
"description": "RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to provide multi-session establishment scenarios.",
4-
"version": "3.3.8",
4+
"version": "3.3.9",
55
"authors": [
66
{
77
"name": "Muaz Khan",
@@ -41,4 +41,4 @@
4141
"test",
4242
"tests"
4343
]
44-
}
44+
}

docs/how-to-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All files from `/dist` directory are available on CDN: `https://cdn.webrtc-exper
1616
<script src="https://cdn.webrtc-experiment.com:443/rmc3.min.js"></script>
1717

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

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

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

3434
> You can link multiple files from `dev` directory. Order doesn't matters.

docs/ios-android.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# iOS and Android
22

3+
Please check these docs instead:
4+
5+
# 1) [Write iOS apps using RTCMultiConnection](http://www.rtcmulticonnection.org/docs/Write-iOS-Apps/)
6+
7+
# 2) [Write Android apps using RTCMultiConnection](http://www.rtcmulticonnection.org/docs/Write-Android-Apps/)
8+
9+
----
10+
311
## iPhone, iPad, Nexus, Blackberry, Samsung, many other devices
412

513
> This page explains how to write iOS+Android phonegap/cordova applications for RTCMultiConnection-v3.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rtcmulticonnection-v3",
33
"preferGlobal": false,
4-
"version": "3.3.8",
4+
"version": "3.3.9",
55
"author": {
66
"name": "Muaz Khan",
77
"email": "muazkh@gmail.com",

0 commit comments

Comments
 (0)