Link to github: 0.6.22: Select media source for shareScreen()


Dependencies


CDN links (gzipped)

  • Minified library: //cdn.temasys.io/skylink/skylinkjs/0.6.22/skylink.min.js
  • Debug library: //cdn.temasys.io/skylink/skylinkjs/0.6.22/skylink.debug.js
  • Minified with all dependencies: //cdn.temasys.io/skylink/skylinkjs/0.6.22/skylink.complete.min.js
  • Debug with all dependencies: //cdn.temasys.io/skylink/skylinkjs/0.6.22/skylink.complete.js


API Documentation


NPM Installation

  • npm install git://github.com/Temasys/SkylinkJS#0.6.22


Bug-fixes


Debugging

  • Fixes to setDebugMode({}) enabling both options.trace and options.storeLogs.
  • Fixes for setLogLevel() not to default to LOG_LEVEL.WARN.


Room

  • Fixes for joinRoom() callback not triggering error when socket is disconnected abruptly before user connects or when socket failed to connect, or when user is rejected.
  • Fixes for init() callback error message returning [Error error].


Improvements


Stream

  • Added mediaSource parameter in shareScreen() which takes in as an Array or a String to allow user to select the media sources for selection.


Downloads