Skip to content

0.6.19: Fixes for streamData() method errors and demo errors

Compare
Choose a tag to compare
@oooookk7 oooookk7 released this 08 Apr 09:16
· 302 commits to 0.6.x/master since this release

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

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

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 getConnectionStatusStateChange event.