Skip to content

2.0.0

Choose a tag to compare

@DamonOehlman DamonOehlman released this 04 Aug 04:55
· 359 commits to master since this release

The 2.0 release of quickconnect includes a major upgrade to rtc-signaller and improved compatibility with WebRTC integration with existing node modules (e.g. node-webrtc). A summary of all the changes since 1.0.5 to 2.0.0 are outlined below:

  • Upgraded to use [email protected]
  • Improved compatibility with pure websocket signalling (not requiring primus) thanks to the rtc-signaller upgrade.
  • Introduction of a connection:created event to allow early attachment to a RTCPeerConnection object prior to attempting to "finalize a call".
  • Replaced the collections/fast-map with a simple map implementation to reduce the overall distribution size of quickconnect in the browser.