Setting up a webRTCstar transport #2651
-
Hi ! i've been trying to get a libp2p typescript project going on node 20, but I can't set up proper webRTCstar transports
for both discovery and transport i have the following errors highlighted:
do i have anything missing in my setup? thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
webRTCStar has been deprecated for some time now in favour of our webRTC transport There's an example in the README that you can follow for basic setup. If you'd like a more detailed guide of getting this setup feel free to check this one out. Hope that points you in the right direction. |
Beta Was this translation helpful? Give feedback.
-
Closing as this has been answered - |
Beta Was this translation helpful? Give feedback.
webRTCStar has been deprecated for some time now in favour of our webRTC transport
There's an example in the README that you can follow for basic setup. If you'd like a more detailed guide of getting this setup feel free to check this one out. Hope that points you in the right direction.