Skip to content

2.6.0

Compare
Choose a tag to compare
@dinawee dinawee released this 09 Jan 04:59
· 40 commits to 2.x.x/master since this release

This PR is for the release of 2.6.0 which fixes some bugs related to prefetching streams and negotiation.

Dependencies

CDN links (gzipped)

  • Skylink library with all dependencies:

-- //cdn.temasys.io/skylink/skylinkjs/2.6.0/skylink.complete.js

-- //cdn.temasys.io/skylink/skylinkjs/2.x/skylink.complete.js

-- //cdn.temasys.io/skylink/skylinkjs/latest/skylink.complete.js

  • Skylink library with all dependencies in umd format:

-- //cdn.temasys.io/skylink/skylinkjs/2.6.0/skylink.complete.umd.js

-- //cdn.temasys.io/skylink/skylinkjs/2.x/skylink.complete.umd.js

-- //cdn.temasys.io/skylink/skylinkjs/latest/skylink.complete.umd.js

  • Minified with all dependencies:

-- //cdn.temasys.io/skylink/skylinkjs/2.6.0/skylink.complete.min.js

-- //cdn.temasys.io/skylink/skylinkjs/2.x/skylink.complete.min.js

-- //cdn.temasys.io/skylink/skylinkjs/latest/skylink.complete.min.js

API Documentation

https://cdn.temasys.io/skylink/skylinkjs/2.6.0/docs/index.html


BUG FIXES

PREFETCHED STREAMS

  • Bandwidth config will now be processed when joinRoom is called with a prefetched stream

NEGOTIATION

  • Fixes for renegotiation failing when ice candidates are added in the wrong order
  • Fixes for handshake progress event not being removed after the negotiation completes

DOCUMENTATION

  • Update documentation on usage of stopStreams and sendStreams for clarity. Included new examples.