Skip to content

Commit 28fd764

Browse files
authored
Merge pull request #206 from w3c/jan-ivar-patch-1
Fix links by s/codec match/codec dictionary match/
2 parents 7c31919 + b65516f commit 28fd764

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ <h3>setParameters()</h3>
429429
</li>
430430
<li>
431431
<p>If any <var>encoding</var> in encodings [=map/exists|contains=] a codec
432-
[= codec match | not found =] in <var>choosableCodecs</var>, return a promise
432+
[= codec dictionary match | not found =] in <var>choosableCodecs</var>, return a promise
433433
[= rejected =] with a newly [= exception/created =] {{InvalidModificationError}}.</p>
434434
</li>
435435
<li>
@@ -443,7 +443,7 @@ <h3>addTransceiver()</h3>
443443
<p>Add the following steps to the [=RTCPeerConnection/addTransceiver sendEncodings validation steps=]:</p>
444444
<ol>
445445
<li>
446-
<p>If any <var>codec</var> parameter in <var>sendEncodings</var> does [= codec match | not match =] any codec in
446+
<p>If any <var>codec</var> parameter in <var>sendEncodings</var> does [= codec dictionary match | not match =] any codec in
447447
{{RTCRtpSender.getCapabilities(kind)}}.<code>codecs</code>,
448448
[= exception/throw =] an {{OperationError}}.</p>
449449
</li>
@@ -467,7 +467,7 @@ <h3>Set the session description</h3>
467467
<ol>
468468
<li>
469469
<p>Remove any <var>codec</var> value in <var>transceiver</var>.{{RTCRtpTransceiver/[[Sender]]}}.{{RTCRtpSender/[[SendEncodings]]}}
470-
that does not [= codec match | match =] any entry in <var>codecs</var>.</p>
470+
that does not [= codec dictionary match | match =] any entry in <var>codecs</var>.</p>
471471
</li>
472472
</ol>
473473
</li>

0 commit comments

Comments
 (0)