From 2f1b2b8f1ab96c44ff026b724da186f9a4361c25 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 1 Feb 2024 18:13:20 +0100 Subject: [PATCH] Assign id of changed markup more granularly Ensure generation of valid markup --- base-rec.html | 4 +++- webrtc.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/base-rec.html b/base-rec.html index 3a793ef05..4800fb3ed 100644 --- a/base-rec.html +++ b/base-rec.html @@ -11033,10 +11033,11 @@

-
+
setCodecPreferences
+

The setCodecPreferences method overrides the default codec preferences used by the user agent. When @@ -11101,6 +11102,7 @@

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

+

  1. diff --git a/webrtc.html b/webrtc.html index 9251ac404..c3df3c674 100644 --- a/webrtc.html +++ b/webrtc.html @@ -11177,10 +11177,11 @@

-
+
setCodecPreferences
+

The {{setCodecPreferences}} method overrides the default receive codec preferences used by the user agent. When @@ -11308,6 +11309,7 @@

+

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