diff --git a/index.html b/index.html index 9ef9c31..678ee31 100644 --- a/index.html +++ b/index.html @@ -1240,6 +1240,26 @@
+ The candidate pair match algorithm given two {{RTCIceCandidatePair}} |first:RTCIceCandidatePair| and |second:RTCIceCandidatePair| is as follows: +
+
+ If |first|.{{RTCIceCandidatePair/local}} does not [= candidate match | match =] |second|.{{RTCIceCandidatePair/local}}, return false
.
+
+ If |first|.{{RTCIceCandidatePair/remote}} does not [= candidate match | match =] |second|.{{RTCIceCandidatePair/remote}}, return false
.
+
+ Return true
.
+