From 363600ec125f2a245253a5db4006842b63eb3e9b Mon Sep 17 00:00:00 2001 From: Sameer Vijaykar <194338+sam-vi@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:24:10 +0100 Subject: [PATCH] Move the algo definition closer to the steps. --- webrtc.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webrtc.html b/webrtc.html index f433d46b8..4057f0be4 100644 --- a/webrtc.html +++ b/webrtc.html @@ -12160,15 +12160,14 @@
When the [= ICE Agent =] indicates that an {{RTCIceTransport}} has changed either the selected candidate pair, the {{RTCIceTransportState}} or both, the user agent MUST queue a task - that runs the following steps: + that runs the steps to change the selected candidate pair and state: