Skip to content

Commit

Permalink
Added rtcmulticonnection-v3@3.2.89
Browse files Browse the repository at this point in the history
1) Now session is always kept ALIVE until autoCloseEntireSession is
specified as TRUE.
2) Manual “stream.onended” events are fired only for Firefox.
3) Now participants doesn’t quickly tries to join all other
participants; so no hang issues.
4) Now it doesn’t renegotiates on datachannel close/error
5) Now peers doesn’t auto rejoins on failures. You can manually call
connection.rejoin in onPeerStateChanged or onReconnecting
6) “connection.deletePeer” is added. Which removes everything
(connections, streams, links etc) from specific peer.
7) autoReDialOnFailure is removed. Because now it doesn’t auto rejoins.
8) Now skipping bitrates/bandwidth customization for Android devices.
  • Loading branch information
muaz-khan committed Feb 1, 2016
1 parent 87e4e6e commit 64199d5
Show file tree
Hide file tree
Showing 14 changed files with 398 additions and 355 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -1098,6 +1098,10 @@ var videoConstraints = {
connection.mediaConstraints.video = videoConstraints;
```

For low-latency audio:

* https://twitter.com/WebRTCWeb/status/499102787733450753

## Default devices?

By default, RTCMultiConnection tries to use last available microphone and camera. However you can disable this behavior and ask to use default devices instead:
Expand All @@ -1120,10 +1124,6 @@ var connection = new RTCMultiConnection(roomId, {
});
```

For low-latency audio:

* https://twitter.com/WebRTCWeb/status/499102787733450753

## RTCMultiConnection v2.2.2 Demos

| Experiment Name | Demo | Source Code |
Expand Down

0 comments on commit 64199d5

Please sign in to comment.