From be101872119eae609d5b71945fa8d70e55f53bea Mon Sep 17 00:00:00 2001 From: Sameer Vijaykar <194338+sam-vi@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:02:03 +0100 Subject: [PATCH 1/2] Fixes: #185. Explicitly refer to the change of selected candidate pair and state algo for RTCIceTransport in selectCandidatePair method. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a3ccbc..3cb8e44 100644 --- a/index.html +++ b/index.html @@ -971,7 +971,7 @@

Methods

  1. - Run the steps for a change in the selected candidate pair for an {{RTCIceTransport}}, leading up to a change in the {{RTCIceTransport/[[SelectedCandidatePair]]}} internal slot and {{RTCIceTransport/onselectedcandidatepairchange}}. + Run the steps labeled [=RTCIceTransport/change the selected candidate pair and state=] to update [=this=].{{RTCIceTransport/[[SelectedCandidatePair]]}} and [=this=].{{RTCIceTransport/[[IceTransportState]]}} as necessary and fire any associated events.

  2. From 168cf80dd15bee93d95c61f19ca4418dade157f6 Mon Sep 17 00:00:00 2001 From: henbos Date: Thu, 7 Dec 2023 16:14:20 +0100 Subject: [PATCH 2/2] Update index.html Co-authored-by: Jan-Ivar Bruaroey --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8446501..6f94add 100644 --- a/index.html +++ b/index.html @@ -971,7 +971,7 @@

    Methods

    1. - Run the steps labeled [=RTCIceTransport/change the selected candidate pair and state=] to update [=this=].{{RTCIceTransport/[[SelectedCandidatePair]]}} and [=this=].{{RTCIceTransport/[[IceTransportState]]}} as necessary and fire any associated events. + Run the [=RTCIceTransport/change the selected candidate pair and state=] steps to update [=this=].{{RTCIceTransport/[[SelectedCandidatePair]]}} and [=this=].{{RTCIceTransport/[[IceTransportState]]}} as necessary and fire any associated events.