Link to Github: https://github.com/Temasys/SkylinkJS/releases/tag/0.6.39
Dependencies
CDN links (gzipped)
- Minified library:
//cdn.temasys.io/skylink/skylinkjs/0.6.39/skylink.min.js - Debug library:
//cdn.temasys.io/skylink/skylinkjs/0.6.39/skylink.debug.js - Minified with all dependencies:
//cdn.temasys.io/skylink/skylinkjs/0.6.39/skylink.complete.min.js - Debug with all dependencies:
//cdn.temasys.io/skylink/skylinkjs/0.6.39/skylink.complete.js
API Documentation
http://cdn.temasys.io/skylink/skylinkjs/0.6.39/doc/classes/Skylink.html
NPM Installation
npm install git://github.com/Temasys/SkylinkJS#0.6.39
Bug-fixes
PeerConnection
- Fixes for
shareScreenfrom FF - remote peer receives black screen - implement
ontrackto fix FF-FF screen sharing not firingonaddstreamwhenstopScreenis called from remote peer
Stream
- Fixes for screen sharing interoperability between different browsers
shareScreento sendrestartmessage to trigger remote peer to leave and rejoin when screen sharing starts or stops if detected peer is on a different browser
Improvements
Stream
Downloads