@libp2p/webrtc 4.0.33-f4e572cd6 → 4.0.33-f6fe2cc3c
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.min.js +6 -6
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +13 -13
- package/src/index.ts +1 -1
package/README.md
CHANGED
@@ -52,7 +52,7 @@ At the time of writing, WebRTC Direct is dial-only in browsers and not supported
|
|
52
52
|
|
53
53
|
Support in Node.js is possible but PRs will need to be opened to [libdatachannel](https://github.com/paullouisageneau/libdatachannel) and the appropriate APIs exposed in [node-datachannel](https://github.com/murat-dogan/node-datachannel).
|
54
54
|
|
55
|
-
|
55
|
+
WebRTC Direct support is available in rust-libp2p and arriving soon in go-libp2p.
|
56
56
|
|
57
57
|
See the WebRTC section of <https://connectivity.libp2p.io> for more information.
|
58
58
|
|