Link to Github: https://github.com/Temasys/SkylinkJS/releases/tag/0.6.2
Dependencies
- Socket.io 1.3.5
- AdapterJS 0.12.1
CDN links (gzipped)
- Minified library: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.2/skylink.min.js
- Debug library: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.2/skylink.debug.js
- Minified with all dependencies: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.2/skylink.complete.min.js
- Debug with all dependencies: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.2/skylink.complete.js
API Documentation
http://cdn.temasys.com.sg/skylink/skylinkjs/0.6.2/doc/classes/Skylink.html
Improvements
Stream
- stopStream() and stopScreen() would handle the MediaStream.stop() deprecation method with version M47 and use MediaStreamTrack.stop() instead.
Bug-fixes
Demo
- Peer's Stream gets muted in /demo/app.
Room
- shareScreen() should be able to share the screen repeated times in Chrome.