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
shareScreen
from FF - remote peer receives black screen - implement
ontrack
to fix FF-FF screen sharing not firingonaddstream
whenstopScreen
is called from remote peer
Stream
- Fixes for screen sharing interoperability between different browsers
shareScreen
to sendrestart
message 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