diff --git a/amendments.json b/amendments.json index 4cad0041e..e5c42fc1c 100644 --- a/amendments.json +++ b/amendments.json @@ -270,11 +270,12 @@ "id": 23 } ], - "rtcpeerconnectioniceevent-attributes": [ + "rtcpeerconnectioniceevent-url-desc": [ { "description": "Add deprecation notice to RTCPeerConnectionIceEvent.url", "pr": 2773, "testUpdates": "not-testable", + "difftype": "append", "type": "correction", "status": "candidate", "id": 23 @@ -678,7 +679,7 @@ "id": 30 } ], - "setcodecparameters-algorithm": [ + "codecmatch-algorithm": [ { "description": "Fix ambiguities in the setCodecPreferences() algorithm", "pr": 2847, @@ -688,7 +689,6 @@ "testUpdates": "already-tested", "type": "correction", "status": "candidate", - "difftype": "append", "id": 31 }, { @@ -702,7 +702,6 @@ ], "type": "correction", "status": "candidate", - "difftype": "append", "id": 47 } ], @@ -848,21 +847,6 @@ "id": 42 } ], - "setcodecpreferences-receive": [ - { - "description": "setCodecPreferences only takes into account receive codecs", - "pr": 2926, - "type": "correction", - "status": "candidate", - "tests": [ - "webrtc/RTCRtpTransceiver-setCodecPreferences.html" - ], - "testUpdates": [ - "web-platform-tests/wpt#44318" - ], - "id": 42 - } - ], "rtcrtpreceiver-receivecodecs": [ { "description": "Redefine SendCodecs and ReceiveCodecs", diff --git a/base-rec.html b/base-rec.html index e68c70b3a..b88c83de8 100644 --- a/base-rec.html +++ b/base-rec.html @@ -7016,7 +7016,7 @@
-
+
Attributes
@@ -7041,7 +7041,7 @@
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 @@ -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 0848f1cc5..eff09526e 100644 --- a/webrtc.html +++ b/webrtc.html @@ -6767,7 +6767,7 @@

    Attributes

    + "RTCPeerConnectionIceEvent">
    candidate of type {{RTCIceCandidate}}, readonly, nullable @@ -6790,7 +6790,7 @@

    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 @@ -6798,7 +6798,7 @@

    TURN server, this parameter will be set to null.

    -

    +

    This attribute is deprecated; it exists for legacy compatibility reasons only. Prefer the candidate {{RTCIceCandidate/url}}.

    @@ -11423,7 +11423,7 @@

-
+

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