We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00329e0 commit 1e0b1f6Copy full SHA for 1e0b1f6
docs/ice.md
@@ -76,6 +76,13 @@ Global Ta pacing is out of scope this implementation.
76
77
We do not switch ice-lite during a session.
78
79
+## One or both sides must be ICE-Full
80
+
81
+Handling connections where both sides are ICE-Lite requires specialized logic,
82
+such as assuming connectivity without checks, after-the-fact candidate pair
83
+reconciliation, and switching roles after initial determination. We consider
84
+both sides being ICE-Lite exceedingly rare and thus do not support this case.
85
86
## ICE role conflicts won't happen
87
88
https://datatracker.ietf.org/doc/html/rfc8445#section-6.1.1
0 commit comments