RangerMauve / hyperswarm-web

Implementation of the hyperswarm API for use in web browsers
MIT License
102 stars 15 forks source link

Fixed use of webrtc #8

Closed tinchoz49 closed 3 years ago

tinchoz49 commented 3 years ago

Hey @RangerMauve,

I noticed that discovery-swarm-webrtc was never used haha. There was a typo here property, it should be stream.

But anyway I changed in favor of use on('connection') like the rest.

I also added a test to check the connectivity for webrtc.

RangerMauve commented 3 years ago

Released in 2.0.1 Thank you!