Skip to content

0.6.0: skylink.shareSceen() for Chrome/FF/IE/Safari

Compare
Choose a tag to compare
@serrynaimo serrynaimo released this 11 Jun 05:28
· 675 commits to master since this release

Dependencies

CDN links (gzipped)

  • Minified library: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.0/skylink.min.js
  • Debug library: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.0/skylink.debug.js
  • Minified with all dependencies: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.0/skylink.complete.min.js
  • Debug with all dependencies: //cdn.temasys.com.sg/skylink/skylinkjs/0.6.0/skylink.complete.js

API Documentation

http://cdn.temasys.com.sg/skylink/skylinkjs/0.6.0/doc/classes/Skylink.html

NPM Installation

npm install [email protected]


New Features

  • Added a new method called shareScreen that enables you to share your screen in the current session. This is not supported in Opera and only in Premium plugin versions.
  • Added a new method called stopScreen that stops your screensharing session.
  • AUDIO_ENCODING << attribute >> has a new option called AUTO that does not force set any encoding and it's the default option.
  • VIDEO_ENCODING << attribute >> has a new option called AUTO that does not force set any encoding and it's the default option.
  • READY_STATE_CHANGE_ERROR << attribute >> has a new option called ADAPTER_NO_LOADED that indicates if the correct adapterjs is loaded or not. It throws when adapterjs is not loaded as well.

Bug-fixes

  • Fixed in demo/app for muted and autoplay option crashing in some IE 11 browsers
  • Fixed VIDEO_RESOLUTION options #110