Releases: skyway/skyway-js-sdk
Releases · skyway/skyway-js-sdk
v1.1.5
v1.1.3
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
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.2.js
Added
- Added contribution guide to README
v1.1.1
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.1.js
Fixed
- Fixed npm install instructions in README
v1.1.0
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
v1.0.0
- First release
https://cdn.webrtc.ecl.ntt.com/skyway-1.0.0.js