From 1bd3982db4c55f29b5fca543d5409f821007d30d Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Fri, 30 Aug 2024 15:28:00 +0200 Subject: [PATCH] Fix markup descriptions of amendments 31 and 47 --- amendments.json | 4 +--- base-rec.html | 6 +++--- webrtc.html | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/amendments.json b/amendments.json index 21f0f91f4..e5c42fc1c 100644 --- a/amendments.json +++ b/amendments.json @@ -679,7 +679,7 @@ "id": 30 } ], - "setcodecparameters-algorithm": [ + "codecmatch-algorithm": [ { "description": "Fix ambiguities in the setCodecPreferences() algorithm", "pr": 2847, @@ -689,7 +689,6 @@ "testUpdates": "already-tested", "type": "correction", "status": "candidate", - "difftype": "append", "id": 31 }, { @@ -703,7 +702,6 @@ ], "type": "correction", "status": "candidate", - "difftype": "append", "id": 47 } ], diff --git a/base-rec.html b/base-rec.html index 9ae47915b..b88c83de8 100644 --- a/base-rec.html +++ b/base-rec.html @@ -11102,8 +11102,7 @@

When setCodecPreferences() in invoked, the user agent MUST run the following steps:

- -
    +
    1. Let transceiver be the RTCRtpTransceiver @@ -11174,7 +11173,8 @@

    -
    + +
    Note

    If set, the offerer's codec preferences will decide the order of the codecs in the offer. If the answerer does not have any diff --git a/webrtc.html b/webrtc.html index 218e53dfe..623efc545 100644 --- a/webrtc.html +++ b/webrtc.html @@ -6787,8 +6787,8 @@

    url of type DOMString, readonly, nullable -
    -

    +

    +

    The {{url}} attribute is the STUN or TURN URL that identifies the STUN or TURN server used to gather this candidate. If the candidate was not gathered from a STUN or @@ -11419,7 +11419,7 @@

-
+

The codec dictionary match algorithm given two {{RTCRtpCodec}} dictionaries first and second is as follows: