Skip to content

Commit

Permalink
Merge pull request #2129 from Orphis/setcodecpreferences_exceptionname
Browse files Browse the repository at this point in the history
Fix exception name in RTCRtpTransceiver.setCodecPreferences
  • Loading branch information
alvestrand committed Mar 21, 2019
2 parents d446547 + cb05005 commit 25208ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Expand Up @@ -7598,7 +7598,7 @@ <h2>Methods</h2>
Additionally, the <code>RTCRtpCodecCapability</code> dictionary
members cannot be modified. If <code>codecs</code> does not
fulfill these requirements, the user agent MUST <a>throw</a> an
InvalidAccessError.</p>
<code>InvalidModificationError</code>.</p>
<p class="note">
Due to a recommendation in [[!SDP]], calls to
<code>createAnswer</code> SHOULD use only the common subset of
Expand Down

0 comments on commit 25208ce

Please sign in to comment.