libp2p / go-libp2p-webrtc-direct

A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
MIT License
82 stars 18 forks source link

Pion v3 #44

Closed backkem closed 3 years ago

backkem commented 3 years ago

Continued from @mearaj's work in #43. Pion v3 uses trickle-ice by default. I'm adding back emulation of single-shot ice so the signaling doesn't become more tricky.

Also closes #35.

The basis tests seem to pass but the more complex multi conn/stream tests still fail. I don't have time dig into it atm.