From 77796401c4bbc9671f454904fd7263b5ca842c91 Mon Sep 17 00:00:00 2001 From: Sameer Vijaykar <194338+sam-vi@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:36:34 +0100 Subject: [PATCH 1/3] Move non-normative prose into a non-normative note. Fixes: #179. --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 46a81a0..c4b83af 100644 --- a/index.html +++ b/index.html @@ -756,7 +756,7 @@

{{RTCIceTransport/icecandidatepairnominate}} at |transport|, using {{RTCIceCandidatePairEvent}}, with the {{Event/cancelable}} attribute initialized to true, and the {{RTCIceCandidatePairEvent/local}} and {{RTCIceCandidatePairEvent/remote}} attributes initialized to the local and remote candidates, respectively, of - |candidatePair|. + candidatePair.

  • @@ -766,18 +766,18 @@

  • - If |accepted| is false, instruct the [= ICE agent =] to not {{nominate}} |candidatePair|, and instead to - continue to perform connectivity checks. The [= ICE agent =] may continue to send data using the candidate pair - indicated by |candidatePair| unless instructed to use another candidate pair with - {{RTCIceTransport/setSelectedCandidatePair}}. + If |accepted| is false, abort these steps and instruct the [= ICE agent =] to continue to perform connectivity checks.

  • - Otherwise, instruct the [= ICE agent =] to {{nominate}} the candidate pair indicated by |candidatePair|. + Otherwise, instruct the [= ICE agent =] to {{nominate}} the candidate pair indicated by candidatePair.

  • +

    + The [= ICE agent =] will continue to send data using candidatePair until instructed to use another candidate pair with {{RTCIceTransport/setSelectedCandidatePair}}. +

    When the [= ICE agent =] has picked a candidate pair to remove, the [= user agent =] MUST [= queue a task =] to remove a candidate pair: @@ -821,7 +821,7 @@

    {{RTCIceTransport/icecandidatepairremove}} at |transport|, using {{RTCIceCandidatePairEvent}}, with the {{Event/cancelable}} attribute initialized to cancelable, and the {{RTCIceCandidatePairEvent/local}} and {{RTCIceCandidatePairEvent/remote}} attributes initialized to the local and remote candidates, respectively, - of |candidatePair|. + of candidatePair.

  • @@ -832,13 +832,13 @@

  • If |accepted| is false, instruct the [= ICE agent =] to not remove the candidate pair indicated by - |candidatePair|, and instead continue to send and respond to ICE connectivity checks on the candidate pair as + candidatePair, and instead continue to send and respond to ICE connectivity checks on the candidate pair as before.

  • - Otherwise, instruct the [= ICE agent =] to remove the candidate pair indicated by |candidatePair|. + Otherwise, instruct the [= ICE agent =] to remove the candidate pair indicated by candidatePair.

  • From a243575af84dbcc7978a7956e24ad2fb2612b5df Mon Sep 17 00:00:00 2001 From: Sameer Vijaykar <194338+sam-vi@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:43:07 +0100 Subject: [PATCH 2/3] Fix the reference to selectCandidatePair. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 590fcb0..67caf32 100644 --- a/index.html +++ b/index.html @@ -776,7 +776,7 @@

  • - The [= ICE agent =] will continue to send data using candidatePair until instructed to use another candidate pair with {{RTCIceTransport/setSelectedCandidatePair}}. + The [= ICE agent =] will continue to send data using candidatePair until instructed to use another candidate pair with {{RTCIceTransport/selectCandidatePair}}.

    When the [= ICE agent =] has picked a candidate pair to remove, the [= user agent =] MUST [= queue a task =] to Date: Fri, 17 Nov 2023 12:35:33 +0100 Subject: [PATCH 3/3] Revert candidatePair variable syntax changes. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 67caf32..1bb8d94 100644 --- a/index.html +++ b/index.html @@ -756,7 +756,7 @@

    {{RTCIceTransport/icecandidatepairnominate}} at |transport|, using {{RTCIceCandidatePairEvent}}, with the {{Event/cancelable}} attribute initialized to true, and the {{RTCIceCandidatePairEvent/local}} and {{RTCIceCandidatePairEvent/remote}} attributes initialized to the local and remote candidates, respectively, of - candidatePair. + |candidatePair|.

  • @@ -771,12 +771,12 @@

  • - Otherwise, instruct the [= ICE agent =] to {{nominate}} the candidate pair indicated by candidatePair. + Otherwise, instruct the [= ICE agent =] to {{nominate}} the candidate pair indicated by |candidatePair|.

  • - The [= ICE agent =] will continue to send data using candidatePair until instructed to use another candidate pair with {{RTCIceTransport/selectCandidatePair}}. + The [= ICE agent =] will continue to send data using |candidatePair| until instructed to use another candidate pair with {{RTCIceTransport/selectCandidatePair}}.

    When the [= ICE agent =] has picked a candidate pair to remove, the [= user agent =] MUST [= queue a task =] to {{RTCIceTransport/icecandidatepairremove}} at |transport|, using {{RTCIceCandidatePairEvent}}, with the {{Event/cancelable}} attribute initialized to cancelable, and the {{RTCIceCandidatePairEvent/local}} and {{RTCIceCandidatePairEvent/remote}} attributes initialized to the local and remote candidates, respectively, - of candidatePair. + of |candidatePair|.

  • @@ -832,13 +832,13 @@

  • If |accepted| is false, instruct the [= ICE agent =] to not remove the candidate pair indicated by - candidatePair, and instead continue to send and respond to ICE connectivity checks on the candidate pair as + |candidatePair|, and instead continue to send and respond to ICE connectivity checks on the candidate pair as before.

  • - Otherwise, instruct the [= ICE agent =] to remove the candidate pair indicated by candidatePair. + Otherwise, instruct the [= ICE agent =] to remove the candidate pair indicated by |candidatePair|.