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


Dependencies


CDN Links (gzipped)

  • Minified library: //cdn.temasys.io/skylink/skylinkjs/0.6.30/skylink.min.js
  • Debug library: //cdn.temasys.io/skylink/skylinkjs/0.6.30/skylink.debug.js
  • Minified with all dependencies: //cdn.temasys.io/skylink/skylinkjs/0.6.30/skylink.complete.min.js
  • Debug with all dependencies: //cdn.temasys.io/skylink/skylinkjs/0.6.30/skylink.complete.js


API Documentation


NPM Installation

  • npm install git://github.com/Temasys/SkylinkJS#0.6.30


Bug-fixes


  • SkyLinkJS Demo

Correction in /demo/connection-status demo for infinite loop on readyStateChange

  • Peer connection

Fixes for "cannot read remoteDescription of undefined" error when when refreshing a peer connection too quickly before establishment.


New Features


  • Join Room

Added a flag disableBundle to disable bundle policy in joinRoom() settings.


  • Datachannel

refreshDatachannel(peerId) to revive the main (TYPE=MESSAGING) datachannel from the offerer end


Downloads