@libp2p/webrtc 4.0.33 → 4.0.34-44791342
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/dist/typedoc-urls.json +0 -8
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
|
|