Skip to content

0.6.24: Added sprop-stereo to SDP for sending stereo audio

Compare
Choose a tag to compare
@oooookk7 oooookk7 released this 24 Jul 06:51
· 527 commits to 2.x.x/master since this release

Dependencies

CDN links (gzipped)

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

API Documentation

http://cdn.temasys.io/skylink/skylinkjs/0.6.24/doc/classes/Skylink.html

NPM Installation

npm install git://github.com/Temasys/SkylinkJS#0.6.24


Bug-fixes

Peer

  • Fixes to audio.stereo not working due to "sprop-stereo" flag parameter not being set.

Documentation

  • Fixes for options.credentials.credentials generation example in init() method appearing as "" instead of "_".

Improvements

Peer

  • Added options.codecParams.audio.opus["sprop-stereo"] parameter option in the init() method.

Documentation

  • Warnings added to ensure options.credentials.credentials in init() method should be generated from web app server to prevent risk of exposing secret in client web app.
  • Added better description of "publishOnly" feature.