From fd0ddb748fe0baf1210b1b6dbe5280b7aba0f3d2 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Fri, 23 Feb 2024 13:52:11 +0100 Subject: [PATCH] Update amendments.json --- amendments.json | 16 ++++++++++++++++ webrtc.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/amendments.json b/amendments.json index 841277e61..b2c95dbf6 100644 --- a/amendments.json +++ b/amendments.json @@ -310,6 +310,13 @@ "type": "correction", "status": "candidate", "id": 24 + }, + { + "description": "Redefine SendCodecs and ReceiveCodecs", + "pr": 2935, + "type": "addition", + "status": "candidate", + "id": 41 } ], "webidl-rtcrtpencodingparameters": [ @@ -549,4 +556,13 @@ "id": 40 } ] + "create-receiver-algo": [ + { + "description": "Redefine SendCodecs and ReceiveCodecs", + "pr": 2935, + "type": "addition", + "status": "candidate", + "id": 41 + } + ], } diff --git a/webrtc.html b/webrtc.html index 4d7c98c51..f5b93e658 100644 --- a/webrtc.html +++ b/webrtc.html @@ -10197,7 +10197,7 @@

To create an RTCRtpReceiver with a string, kind, run the following steps:

-
    +
    1. Let receiver be a new {{RTCRtpReceiver}} object.