Skip to content

Commit

Permalink
Added [email protected] Fixed #82
Browse files Browse the repository at this point in the history
1) now using gum adapter.js
2) fixed iceConnectionState issues
3) now remote stream is always removed & disconnection action is synced
4) Screen-Capturing.js now uses “window” rather than “screen” (for
Firefox)
  • Loading branch information
muaz-khan committed Jan 15, 2016
1 parent 0eac1fb commit 088efae
Show file tree
Hide file tree
Showing 13 changed files with 1,281 additions and 125 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = function(grunt) {
'dev/IceServersHandler.js',
'dev/BandwidthHandler.js',

'dev/gumadapter.js',
'dev/getUserMedia.js',
'dev/StreamsHandler.js',

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.2.83/rmc3.min.js"></script>
<script src="https://github.com/muaz-khan/RTCMultiConnection/releases/download/3.2.84/rmc3.min.js"></script>
```

If you're sharing files, you also need to link:
Expand All @@ -76,7 +76,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.2.83/rmc3.fbr.min.js"></script>
<script src="https://github.com/muaz-khan/RTCMultiConnection/releases/download/3.2.84/rmc3.fbr.min.js"></script>
```

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

0 comments on commit 088efae

Please sign in to comment.