0.6.2: Bug-fixes for shareScreen() invoking multiple times
Dependencies
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
NPM Installation
npm install [email protected]
Improvements
Stream
stopStream()
andstopScreen()
would handle theMediaStream.stop()
deprecation method with version M47 and useMediaStreamTrack.stop()
instead.
Bug-fixes
Demo
- Peer's Stream gets muted in
/demo/app
.
Room
shareScreen()
should be able to share the screen repeat times in Chrome.