Skip to content

Commit 2ad868a

Browse files
authored
fix: Rename webrtc-w3c to webrtc and webrtc to webrtc-direct (#152)
Following on from #150 and an replacement for #151 Renames: - `/webrtc-w3c` -> `/webrtc` - AKA browser to browser - `/webrtc` -> `/webrtc-direct` - AKA browser to server Discussion: - This option was mentioned in #150 and seemed to have a reasonable amount of support but seemed to get lost amongst the other options - The differences in the protocols is mentioned in the table comments
1 parent 29eb360 commit 2ad868a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols.csv

Lines changed: 2 additions & 2 deletions
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-direct, 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)