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
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 andpeerInfo.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 andstats.connection.optional
which stores the optional constraints passed when constructing the Peer connection togetConnectionStatusStateChange
event.