diff --git a/index.html b/index.html index 9ef9c31..678ee31 100644 --- a/index.html +++ b/index.html @@ -1240,6 +1240,26 @@

Dictionary RTCIceCandidatePairEventInit Members

+

+ The candidate pair match algorithm given two {{RTCIceCandidatePair}} |first:RTCIceCandidatePair| and |second:RTCIceCandidatePair| is as follows: +

+
    +
  1. +

    + If |first|.{{RTCIceCandidatePair/local}} does not [= candidate match | match =] |second|.{{RTCIceCandidatePair/local}}, return false. +

    +
  2. +
  3. +

    + If |first|.{{RTCIceCandidatePair/remote}} does not [= candidate match | match =] |second|.{{RTCIceCandidatePair/remote}}, return false. +

    +
  4. +
  5. +

    + Return true. +

    +
  6. +