diff --git a/webrtc.html b/webrtc.html index 80fa469a4..7be1bae65 100644 --- a/webrtc.html +++ b/webrtc.html @@ -8973,6 +8973,15 @@

dictionaries representing the most optimistic view of the codecs the user agent supports for sending media of the given kind (video or audio).

+

+ This conceptual list contains every combination of parameters that + the user agent is capable of processing. In practice, this would + be implemented as a piece of code that parses the parameters and + determines whether they are acceptable or not, but this is highly + codec dependent, so for the purpose of specification, we work with + a conceptual list containing all acceptable parameter combinations. +

+

The list of implemented header extensions for sending, given kind, is an [=implementation-defined=] list of @@ -10387,6 +10396,14 @@

the codecs the user agent supports for receiving media of the given kind (video or audio).

+

+ This conceptual list contains every combination of parameters that + the user agent is capable of processing. In practice, this would + be implemented as a piece of code that parses the parameters and + determines whether they are acceptable or not, but this is highly + codec dependent, so for the purpose of specification, we work with + a conceptual list containing all acceptable parameter combinations. +

The list of implemented header extensions for receiving, given kind, is an [=implementation-defined=] list of