You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: