RTCMultiConnection Versions Save

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)

3.3.7

7 years ago

3.3.7 is latest release.

Relevant commit: https://github.com/muaz-khan/RTCMultiConnection/commit/0dda36b5b94d729098025cfe8b63ee67c16fc326

  1. Removed gumadapter.js hack.
  2. Fixed FileBufferReader bug.
  3. Updated docs & added youtube-videos links as well.
  4. Added partial support for Blackberry 10.
  5. Now using latest DetectRTC.js

3.3.4

7 years ago

3.3.4 is latest release.

Relevant commit: https://github.com/muaz-khan/RTCMultiConnection/commit/d87693ab0783f7d0e8b47d8e0fa355b5b360e3b1

  1. Fixed Signaling-Server.js for backward “checkPresence” compatibility.
  2. Added new demo: Capture & Share screen from any HTTPs domain:

https://rtcmulticonnection.herokuapp.com/demos/Cross-Domain-Screen-Capturing.html

So you don’t need to deploy chrome extension yourself. Simply use getScreenId.js as you can see in the above demo.

Relevant doc: https://github.com/muaz-khan/RTCMultiConnection#cross-domain-screen-capturing

  1. Fixed mute/unmute on cordova/iOS

  2. Now using our own TURN-servers. Now you will get better results!!!

3.3.0

8 years ago

3.3.0 is latest release.

Relevant commit: https://github.com/muaz-khan/RTCMultiConnection/commit/e227d482c03b982f4e0741255c583230d35ee818

  • Added admin/guest demo:
DemoTitle TestLive ViewSource
Admin/Guest demo Demo Source
  • Fixed #129

3.2.98

8 years ago

3.2.98 is latest release.

Relevant commit: https://github.com/muaz-khan/RTCMultiConnection/commit/f1a01d0b6196d9edf1f65805b3ffbc08a8fbc313

  1. Now connection.closeSocket works.
  2. Now socket object can be accessed using connection.socket
  3. Added new demo: Change Video Resolutions in your Live Sessions
  4. Renegotiation has been improved.