From 0ae0d13bf71b6fe73433a423b42d02a046fa3fb5 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Thu, 22 Feb 2024 16:25:13 +0100 Subject: [PATCH] Update webrtc.html --- webrtc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc.html b/webrtc.html index 7be1bae65..b12df3cc5 100644 --- a/webrtc.html +++ b/webrtc.html @@ -10279,7 +10279,7 @@

  • Let receiver have a [[\ReceiveCodecs]] - internal slot, representing a list of {{RTCRtpCodecParameters}} + internal slot, representing a list of tuples, each containing a {{RTCRtpCodecParameters}} dictionaries, and initialized to an list containing all the codecs in the list of implemented receive codecs for kind, and with the "enabled" flag set in an implementation defined manner.