@libp2p/webtransport Correct multiaddr format

Hi, I have just started a project that requires the use of @libp2p/webtransport
However none of the documented multiaddr formats are working as a listen address.

I have seen the following formats:
/ip4/0.0.0.0/udp/0/quic/webtransport
/ip4/0.0.0.0/udp/0/quic-v1/webtransport

Hello @sachaw ,

Thanks for your post. Which implementation of libp2p are you using? js-libp2p? go-libp2p? rust-libp2p? In general you’ll get a better response to technical questions in the technical forums on Github for the implementation you’re using. If you’re using js-libp2p, ask your technical question here: libp2p/js-libp2p · Discussions · GitHub, for go-libp2p, here: libp2p/go-libp2p · Discussions · GitHub, rust: libp2p/rust-libp2p · Discussions · GitHub

I hope this helps you get your question answered.

Cheers!