2.0.0
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-signallerupgrade. - Introduction of a
connection:createdevent to allow early attachment to aRTCPeerConnectionobject prior to attempting to "finalize a call". - Replaced the
collections/fast-mapwith a simple map implementation to reduce the overall distribution size of quickconnect in the browser.