mafintosh / webrtc-swarm

Create a swarm of p2p connections using webrtc and a signalhub
MIT License
380 stars 60 forks source link

simple-peer entry is a bit outdated #39

Open corwin-of-amber opened 4 years ago

corwin-of-amber commented 4 years ago

I had no problems with webrtc-swarm using simple-peer@6.4.4 on Chrome, but on Safari it broke because that version was using the old (Promise-less) version of WebRTC.

Manually upgrading to simple-peer@9.4.0 solved the issue. So a simple change in package.json can save a lot of confusion for everyone.