From acfa8adc8ba3e15a578e5b4bd0dfafc950e33016 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Thu, 15 Feb 2024 15:41:23 +0100 Subject: [PATCH] Add 'execute the following steps' --- webrtc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc.html b/webrtc.html index 7d641ad19..80fa469a4 100644 --- a/webrtc.html +++ b/webrtc.html @@ -2246,7 +2246,7 @@

  • - For each of the codecs that description negotiates for receiving: + For each of the codecs that description negotiates for receiving, execute the following steps:

    1. Locate the matching codec description in transceiver.{{RTCRtpTransceiver/[[Receiver]]}}.{{RTCRtpReceiver/[[ReceiveCodecs]]}}.
    2. If the matching codec description is not found, abort these steps.
    3. @@ -2577,7 +2577,7 @@

    4. - For each of the codecs that description negotiates for receiving: + For each of the codecs that description negotiates for receiving, execute the following steps:

      1. Locate the matching codec description in transceiver.{{RTCRtpTransceiver/[[Receiver]]}}.{{RTCRtpReceiver/[[ReceiveCodecs]]}}.
      2. If the matching codec description is not found, abort these steps.
      3. @@ -2595,7 +2595,7 @@

        1. - For each of the codecs that description negotiates for sending: + For each of the codecs that description negotiates for sending, execute the following steps:

          1. Locate the matching codec description in transceiver.{{RTCRtpTransceiver/[[Sender]]}}.{{RTCRtpSender/[[SendCodecs]]}}.
          2. If the matching codec description is not found, abort these steps.