Releases: Temasys/SkylinkJS
Releases · Temasys/SkylinkJS
0.5.0: Updated dependency to AdapterJS 0.9.1 and various stability improvements
Dependencies
CDN links
- Minified library:
//cdn.temasys.com.sg/skyway/skywayjs/0.5.0/skyway.min.js
- Debug library:
//cdn.temasys.com.sg/skyway/skywayjs/0.5.0/skyway.debug.js
- Minified with all dependencies:
//cdn.temasys.com.sg/skyway/skywayjs/0.5.0/skyway.complete.min.js
- Debug with all dependencies:
//cdn.temasys.com.sg/skyway/skywayjs/0.5.0/skyway.complete.js
API Documentation
http://cdn.temasys.com.sg/skyway/skywayjs/0.5.0/doc/classes/Skyway.html
NPM Installation
npm install git://github.com/Temasys/SkylinkJS#0.5.0
0.4.2: Improving setUserData behaviour
Dependencies
CDN links
- Minified library:
//cdn.temasys.com.sg/skyway/skywayjs/0.4.2/skyway.min.js
- Debug library:
//cdn.temasys.com.sg/skyway/skywayjs/0.4.2/skyway.debug.js
- Minified with all dependencies:
//cdn.temasys.com.sg/skyway/skywayjs/0.4.2/skyway.complete.min.js
- Debug with all dependencies:
//cdn.temasys.com.sg/skyway/skywayjs/0.4.2/skyway.complete.js
API Documentation
http://cdn.temasys.com.sg/skyway/skywayjs/0.4.2/doc/classes/Skyway.html
NPM Installation
npm install git://github.com/Temasys/SkylinkJS#0.4.2
0.4.1: incomingMessage sending correct peerId
Dependencies
API Documentation
Documentation files are in the doc/
folder.
NPM Installation
npm install git://github.com/Temasys/SkylinkJS#0.4.1
Notable changes
mediaAccessError
thrown if not all getUserMedia requirements are granted by the user.- Documentation updates
0.4.0: Updated chat interface and incoming stream events
Dependencies
API Documentation
Documentation files are in the doc/
folder.
NPM Installation
npm install git://github.com/Temasys/SkylinkJS#0.4.0
Notable changes
addPeerStream
event is nowincomingStream
chatMessageReceived
is nowincomingMessage
- Only two chat function are remaining.
.sendMessage
and.sendP2PMessage
- Lots of Bugfixes.