Skip to content

Commit

Permalink
fix: Rename webrtc-w3c to webrtc and webrtc to webrtc+sdp-munging
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
achingbrain committed Mar 14, 2023
1 parent 29eb360 commit c7104b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ code, size, name, comment
277, 0, p2p-stardust,
275, 0, p2p-webrtc-star,
276, 0, p2p-webrtc-direct,
280, 0, webrtc, ICE-lite webrtc transport
281, 0, webrtc-w3c, webrtc transport where connection establishment is according to w3c spec
280, 0, webrtc+sdp-munging, ICE-lite webrtc transport with SDP munging during connection establishment and without use of a STUN server
281, 0, webrtc, webrtc transport where connection establishment is according to w3c spec
290, 0, p2p-circuit,
777, V, memory, in memory transport for self-dialing and testing; arbitrary

0 comments on commit c7104b7

Please sign in to comment.