Skip to content

0.6.2: Bug-fixes for shareScreen() invoking multiple times

Compare
Choose a tag to compare
@oooookk7 oooookk7 released this 01 Oct 18:40
· 527 commits to 2.x.x/master since this release

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() 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 repeat times in Chrome.