Bug: WebkitGTK implementations don't currently support WebRTC
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
@maschad to run some tests on CI to see if this is unblocked
Still blocked due to WebKit not fully supporting WebRTC