Skip to content

Commit

Permalink
mimeType clarification
Browse files Browse the repository at this point in the history
Fix for Issue w3c/ortc#529 (Opened against ORTC, but applies to WebRTC 1.0 as well).

Rebase of #637
  • Loading branch information
aboba committed May 16, 2016
1 parent 5d2089d commit 0428e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Expand Up @@ -4970,7 +4970,7 @@ <h2>Dictionary <a class="idlType">RTCRtpCodecParameters</a>
<dt><dfn><code>mimeType</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span></dt>
<dd>
<p>The codec MIME type. Valid types are listed in
<p>The codec MIME subtype. Valid subtypes are listed in
[[IANA-RTP-2]].</p>
</dd>
<dt><dfn><code>clockRate</code></dfn> of type <span class=
Expand Down Expand Up @@ -5027,7 +5027,7 @@ <h2>Dictionary <a class="idlType">RTCRtpCodecCapability</a>
<dt><dfn><code>mimeType</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span></dt>
<dd>
<p>The codec MIME type. Valid types are listed in
<p>The codec MIME subtype. Valid subtypes are listed in
[[IANA-RTP-2]].</p>
</dd>
</dl>
Expand Down

0 comments on commit 0428e57

Please sign in to comment.