| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.14.2 source code.tar.gz | < 14 hours ago | 10.8 MB | |
| 0.14.2 source code.zip | < 14 hours ago | 10.9 MB | |
| README.md | < 14 hours ago | 624 Bytes | |
| Totals: 3 Items | 21.7 MB | 0 | |
What's Changed
- Fix easyrtc adapter with latest open-easyrtc version by @vincentfretin in https://github.com/networked-aframe/networked-aframe/pull/517
The previous fix in 0.14.1 was okay for wseasyrtc adapter but incomplete for easyrtc adapter, also you should now set in easyrtc-server.js the option
easyrtc.setOption("roomDefaultEnable", false);to not auto-join the default room.
Full Changelog: https://github.com/networked-aframe/networked-aframe/compare/0.14.1...0.14.2