Skip to content

fix(interop): rename webrtc to webrtc-direct#166

Merged
mxinden merged 2 commits intolibp2p:masterfrom
mxinden:webrtc-direct-rename
Apr 19, 2023
Merged

fix(interop): rename webrtc to webrtc-direct#166
mxinden merged 2 commits intolibp2p:masterfrom
mxinden:webrtc-direct-rename

Conversation

@mxinden
Copy link
Copy Markdown
Member

@mxinden mxinden commented Apr 12, 2023

See multiformats/multiaddr#150 (comment) for context on discussion.

See multiformats/multiaddr#150 (comment)
for context on discussion.

- Renames the `webrtc` transport identifier to `webrtc-direct`.
- Re-enables `webrtc-direct` support for rust-libp2p v0.51. Previously disabled
  in libp2p#160. See
  libp2p/rust-libp2p#3781 for corresponding change on
  the rust-libp2p side.
- Leaves JS v0.41 and v0.42 untouched. To be done in a follow-up alongside JS
  dependency updates.
AND ma.muxer == mb.muxer
-- quic only uses its own muxer/securechannel
AND a.transport != "webtransport"
AND a.transport != "webrtc"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want both here, right? but not needed right now

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll add this when we add webrtc tests here :)

@mxinden mxinden merged commit e07ffab into libp2p:master Apr 19, 2023
codemaestro64 pushed a commit to codemaestro64/test-plans that referenced this pull request Oct 28, 2025
See multiformats/multiaddr#150 (comment)
for context on discussion.

- Renames the `webrtc` transport identifier to `webrtc-direct`.
- Re-enables `webrtc-direct` support for rust-libp2p v0.51. Previously disabled
  in libp2p#160. See
  libp2p/rust-libp2p#3781 for corresponding change on
  the rust-libp2p side.
- Leaves JS v0.41 and v0.42 untouched. To be done in a follow-up alongside JS
  dependency updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants