Skip to content

0.6.30

Compare
Choose a tag to compare
@geekavi geekavi released this 21 Feb 10:55
· 167 commits to 0.6.x/master since this release
71b5984

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

http://cdn.temasys.io/skylink/skylinkjs/0.6.30/doc/classes/Skylink.html

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