libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.29k stars 438 forks source link

Bug: WebkitGTK implementations don't currently support WebRTC #2007

Open maschad opened 1 year ago

maschad commented 1 year ago

I did some more research/testing and found that WebkitGTK (the full-featured port of the WebKit rendering engine on Linux-based OS's) does not yet support the PeerConnection API. Igalia is currently working on the implementation but this is obviously a blocker for Playwright supporting this interface as per the docs

Thanks to @MarcoPolo for pointing me in this direction.

Originally posted by @maschad in https://github.com/libp2p/js-libp2p-webrtc/issues/177#issuecomment-1589529908

I suppose this is why this it marked as experimental

dhuseby commented 4 months ago

@maschad to run some tests on CI to see if this is unblocked

dhuseby commented 3 months ago

Still blocked due to WebKit not fully supporting WebRTC