0.6.23: Firefox 52-55 bandwidth b=TIAS constraints patch
Dependencies
CDN links (gzipped)
- Minified library:
//cdn.temasys.io/skylink/skylinkjs/0.6.23/skylink.min.js
- Debug library:
//cdn.temasys.io/skylink/skylinkjs/0.6.23/skylink.debug.js
- Minified with all dependencies:
//cdn.temasys.io/skylink/skylinkjs/0.6.23/skylink.complete.min.js
- Debug with all dependencies:
//cdn.temasys.io/skylink/skylinkjs/0.6.23/skylink.complete.js
API Documentation
http://cdn.temasys.io/skylink/skylinkjs/0.6.23/doc/classes/Skylink.html
NPM Installation
npm install git://github.com/Temasys/SkylinkJS#0.6.23
Bug-fixes
Peer
- Fixes to SDP bandwidth constraints due to Firefox 52 bug introduced as referenced here which is patched in 55.
Stream
- Fixes to when setting
options.deviceId
throwing errors in Chrome due to using "optional" instead of exact constraints whenoptions.useExactConstraints
isfalse
. - Fixes for
sendStream()
to allow custom IE / Safari Temasys plugin stream object due to incorrect checking for type of. - Fixes for
shareScreen()
where not settingenableAudio
results in fetching of audio stream when by default it should not.
Improvements
Peer
- Users can enable Edge 15.x pre-1.0 WebRTC native implementation by enabling flag in
init()
method by enablingoptions.useEdgeWebRTC
.