From 388d1ed7d1ca69b81ab8fd5593acc9f6ca610924 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Fri, 1 Nov 2024 14:41:04 -0400 Subject: [PATCH] Queue a task for the SCTP transport connected steps. --- webrtc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webrtc.html b/webrtc.html index c91b05ccf..bf901ce08 100644 --- a/webrtc.html +++ b/webrtc.html @@ -13678,7 +13678,8 @@

Once an SCTP transport is connected, meaning the SCTP association of an {{ - RTCSctpTransport}} has been established, run the following steps: + RTCSctpTransport}} has been established, the user agent MUST + [=queue a task=] that runs the following steps:

  1. @@ -13737,7 +13738,7 @@

    This event is fired before the {{RTCDataChannel/open}} events fired by [= announce the rtcdatachannel as open | announcing the channel as open =]; - the {{RTCDataChannel/open}} events are fired from a + the {{RTCDataChannel/open}} events are fired from a separate queued task.