File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments