-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webrtc/: Add libp2p WebRTC private-to-private spec [tracking issue] #475
Comments
This was referenced Nov 18, 2022
2 tasks
@p-shahi can we close here or do you want to track the concrete implementations e.g. libp2p/go-libp2p#2009 here? |
p-shahi
changed the title
webrtc/: Add libp2p WebRTC browser-to-browser spec [tracking issue]
webrtc/: Add libp2p WebRTC private-to-private spec [tracking issue]
May 19, 2023
15 tasks
mergify bot
pushed a commit
to libp2p/rust-libp2p
that referenced
this issue
Sep 17, 2023
This PR implements `Transport` for WebRTC for browsers by using web-sys. Only the `webrtc-direct` spec is implemented. The `webrtc` spec for connecting two browsers with each other is left to a future PR. Related: libp2p/specs#475. Related #2617. Supersedes: #4229. Pull-Request: #4248. Co-authored-by: Thomas Eizinger <[email protected]>
thomaseizinger
added a commit
to libp2p/rust-libp2p
that referenced
this issue
Sep 21, 2023
This PR implements `Transport` for WebRTC for browsers by using web-sys. Only the `webrtc-direct` spec is implemented. The `webrtc` spec for connecting two browsers with each other is left to a future PR. Related: libp2p/specs#475. Related #2617. Supersedes: #4229. Pull-Request: #4248. Co-authored-by: Thomas Eizinger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that the specification for browser to server is merged as a Working Draft: #412, we can begin the second iteration of the browser to browser aspect. See: a46919c for the beginnings.
The text was updated successfully, but these errors were encountered: