Skip to content

Commit c7104b7

Browse files
authored
fix: Rename webrtc-w3c to webrtc and webrtc to webrtc+sdp-munging
Following on from #150 and an replacement for #151 Renames: - `/webrtc-w3c` -> `/webrtc` - AKA browser to browser - `/webrtc` -> `/webrtc+sdp-munging` - AKA browser to server Discussion: - This option comes from comments on #151 - It got a lukewarm reception on the triage call so it's presented as an option along with #152 - Adding `+sdp-munging` makes it more explicit about the differences, though admittedly there are other differences that aren't encapsulated in the name - People were uncertain about universal understanding of the term "SDP munging"
1 parent 29eb360 commit c7104b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ code, size, name, comment
3535
277, 0, p2p-stardust,
3636
275, 0, p2p-webrtc-star,
3737
276, 0, p2p-webrtc-direct,
38-
280, 0, webrtc, ICE-lite webrtc transport
39-
281, 0, webrtc-w3c, webrtc transport where connection establishment is according to w3c spec
38+
280, 0, webrtc+sdp-munging, ICE-lite webrtc transport with SDP munging during connection establishment and without use of a STUN server
39+
281, 0, webrtc, webrtc transport where connection establishment is according to w3c spec
4040
290, 0, p2p-circuit,
4141
777, V, memory, in memory transport for self-dialing and testing; arbitrary

0 commit comments

Comments
 (0)