Skip to content

Releases: skyway/skyway-js-sdk

v1.1.5

31 Jan 03:46
@y-i y-i
1b644b1
Compare
Choose a tag to compare
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.5.js

Fixed

  • Fixed a bug that SkyWay is broken on Google Chrome 63 and earlier.

v1.1.3

11 Dec 04:59
dbd0c09
Compare
Choose a tag to compare
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.3.js

Fixed

  • add commit of replaceStream bug that was supposed to be fixed in v1.1.0 was somehow misplaced

v1.1.2

05 Dec 00:10
076b37d
Compare
Choose a tag to compare
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.2.js

Added

  • Added contribution guide to README

v1.1.1

04 Dec 06:11
48baa33
Compare
Choose a tag to compare
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.1.js

Fixed

  • Fixed npm install instructions in README

v1.1.0

04 Dec 05:39
8853f40
Compare
Choose a tag to compare
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.0.js

Added

  • New options to peer.call()/peer.joinRoom() (videoReceiveEnabled/audioReceiveEnabled) which enabled you to receive audio while sending video and vice versa (PR #25)
  • Support unreliable datachannel by adding a new option to peer.connect() (dcInit) which allows you to set the options shown here (PR #26)
  • npm support (PR #27)

Fixed

  • Fixed bug where adding a previously non-existent track when calling replaceStream() failed. (PR #12)
    • make sure to set xReceiveEnabled when you initially don't have a media track of type 'x' but might be receiving one later

v1.0.1

11 Sep 03:27
Compare
Choose a tag to compare
https://cdn.webrtc.ecl.ntt.com/skyway-1.0.1.js

Added

  • Change log

Fixed

  • Change timing of DataConnection 'open' event so that it can always be caught. (PR #1)

v1.0.0

05 Sep 05:10
Compare
Choose a tag to compare
  • First release
https://cdn.webrtc.ecl.ntt.com/skyway-1.0.0.js