Link to Github: https://github.com/Temasys/SkylinkJS/releases/tag/0.6.13


Dependencies


Socket.io-client: 1.4.4
AdapterJS: 0.13.3

CDN links (gzipped)

Minified library: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.13/skylink.min.js

Debug library: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.13/skylink.debug.js

Minified with all dependencies://cdn.temasys.com.sg/skylink/skylinkjs/0.6.13/skylink.complete.min.js

Debug with all dependencies://cdn.temasys.com.sg/skylink/skylinkjs/0.6.13/skylink.complete.js


API Documentation

http://cdn.temasys.com.sg/skylink/skylinkjs/0.6.13/doc/classes/Skylink.html

NPM Installation

npm install skylinkjs@0.6.13

Bug-fixes


Socket

  • Refresh and use a new socket port and connection type every time user re-joins the Room. This may resolve the current MCU reconnection issues as the current method of reconnection for MCU is to re-join the room as stated here, or re-join Room issues.
Stream


Datachannel

  • Prevent re-opening datachannels when it exists during restart connections (re-negotiation).