Skip to content
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

Open
2 of 4 tasks
p-shahi opened this issue Nov 9, 2022 · 1 comment
Open
2 of 4 tasks

Comments

@p-shahi
Copy link
Member

p-shahi commented Nov 9, 2022

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.

@mxinden
Copy link
Member

mxinden commented May 15, 2023

@p-shahi can we close here or do you want to track the concrete implementations e.g. libp2p/go-libp2p#2009 here?

@p-shahi 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
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 <thomas@eizinger.io>
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 <thomas@eizinger.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

2 participants