Link to github: 0.6.19: Fixes for streamData() method errors and demo errors


Dependencies


CDN links (gzipped)

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


API Documentation


NPM Installation

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


Bug-fixes


Transfer

  • Fixes for "updatedSessionInfo undefined error" thrown when invoking streamData() method.

Demo & Documentation

  • Fixes for demo/video-call throwing "malformed constraints" error.

Room

  • Fixes to prevent App Key authentication twice when parsing for codecs supports.
  • Improvements

Peer

  • Added flags peerInfo.init which determines if Peer connection has been constructed and peerInfo.connection which determines if Peer ICE connection has been established. 
  • Added stats.connection.sdpConstraints which stores the constraints passed when creating offer or answer, stats.connection.constraints which stores the constraints passed when constructing the Peer connection and stats.connection.optional which stores the optional constraints passed when constructing the Peer connection 
  • to getConnectionStatusStateChangeevent.



Downloads