libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.github.io/js-libp2p/
Other
2.34k stars 446 forks source link

fix: do not require peer id for webrtc-direct #2820

Closed achingbrain closed 1 week ago

achingbrain commented 1 week ago

We can get their peer id during the noise handshake, we do not need to have it in the multiaddr. We need it for regular webrtc as the SDP handshake happens via a relay, but that's not the case here.

Change checklist