Skip to content

Commit b8dc6fd

Browse files
committed
webrtc/: Mark server's peer ID as optional
1 parent 072c317 commit b8dc6fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webrtc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ reachable but _B_ does not have a TLS certificate trusted by _A_.
7575
source port.
7676

7777
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.
78+
port, TLS certificate fingerprint and optionally libp2p peer ID (e.g.
79+
`/ip6/2001:db8::/udp/1234/webrtc/certhash/<hash>/p2p/<peer-id>`), through some
80+
external mechanism.
8181

8282
3. _A_ instantiates a `RTCPeerConnection`. See
8383
[`RTCPeerConnection()`](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection).

0 commit comments

Comments
 (0)