We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072c317 commit b8dc6fdCopy full SHA for b8dc6fd
webrtc/README.md
@@ -75,9 +75,9 @@ reachable but _B_ does not have a TLS certificate trusted by _A_.
75
source port.
76
77
2. Browser _A_ discovers server node _B_'s multiaddr, containing _B_'s IP, UDP
78
- port, TLS certificate fingerprint and libp2p peer ID (e.g.
79
- `/ip6/2001:db8::/udp/1234/webrtc/certhash/<hash>/p2p/<peer-id>`),
80
- through some external mechanism.
+ port, TLS certificate fingerprint and optionally libp2p peer ID (e.g.
+ `/ip6/2001:db8::/udp/1234/webrtc/certhash/<hash>/p2p/<peer-id>`), through some
+ external mechanism.
81
82
3. _A_ instantiates a `RTCPeerConnection`. See
83
[`RTCPeerConnection()`](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection).
0 commit comments