Skip to content

Releases: muaz-khan/RTCMultiConnection

[email protected]

30 Mar 07:41
Compare
Choose a tag to compare

3.2.97 is latest version.

Relevant commit: 46cf991

  1. getScreenId.js has been removed. So cross-domain chrome-extension feature is disabled.
  2. Now Supporting audio+tab in Chrome and audio+screen in Firefox. Demo

[email protected]

23 Mar 14:33
Compare
Choose a tag to compare

3.2.96 is latest release.

Relevant commit: 61340e3

Fixed this issue: https://rtcmulticonnection.herokuapp.com/#comment-2583080917

"Hi again, I'm experiencing issues with renegotiation. In v3 after a renegotiation we lost the data channel and the ability to send messages / files."

Fixed #102

[email protected]

16 Mar 06:41
Compare
Choose a tag to compare

3.2.95 is latest release.

Relevant commit: 689d611

  1. Fixed however separated Plugin.EveryWhere.js
  2. Removed Object.observe() --- read notes

To support Safari/IE, please modify Gruntfile.js#L30 to enable dev/Plugin.EveryWhere.js.

Set connection.trickleIce=false in your HTML files, because currently Plugin.EveryWhere.js is unable to call addIceCandidate.

[email protected]

14 Mar 12:19
Compare
Choose a tag to compare

3.2.94 is latest release.

Relevant commit: cab5ceb

  1. closeEntireSession
  2. onUserIdAlreadyTaken

Added MultiRTC demo for v3.0 as well.

[email protected]

02 Mar 10:06
Compare
Choose a tag to compare

3.2.93 is latest stable version.

Relevant commit: 22f0577

This version added support for cordova based ios apps:

You can even use latest socket.io versions e.g. 1.4.5 or above.

[email protected]

25 Feb 12:47
Compare
Choose a tag to compare

3.2.92 is latest release.

Relevant commit: b3adb38

  1. Now preferring VP9 in Chrome
  2. Added connection.codecs object
  3. Fixed isPluginRTC which was enabled on iOS as well.
  4. Added ios-hack.js
connection.codecs = {
     audio: 'opus', // or G722
     video: 'VP9' // or H264 or VP8
};

Note: Now v3.0 uses CodecsHandler.js instead of BandwidthHanlder.js

[email protected]

17 Feb 17:10
Compare
Choose a tag to compare

3.2.91 is latest release.

Relevant commits:

  1. ab7615a
  2. 05326ca
  3. 3a6bc2c
  4. 45064ee
  5. 56c4b63
  6. a546bdb
  7. d79b5ff
  8. 4ab29c4

[email protected]

03 Feb 12:48
Compare
Choose a tag to compare

3.2.90 is latest release.

Relevant commit: cdaac70

  1. Fixed user-leave issues
  2. Fixed broadcast:true issues
  3. If camera fails; v3.0 joins with audio-only.

[email protected]

01 Feb 08:04
Compare
Choose a tag to compare

3.2.89 is latest release.

Relevant commit: 64199d5

  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.

[email protected]

29 Jan 06:52
Compare
Choose a tag to compare

v3.2.88 is latest release.

Relevant commit: 87e4e6e