Skip to content

Commit

Permalink
Merge pull request #561 from openpeer/issue-529-patch-v2
Browse files Browse the repository at this point in the history
codec.mimeType clarifications
  • Loading branch information
aboba committed Jul 7, 2016
2 parents e3b4245 + 6eaba08 commit 67c7265
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion ortc.html
Expand Up @@ -2999,6 +2999,13 @@ <h3>dictionary RTCRtpCodecCapability</h3>
<dd>
<p>The MIME media subtype. Valid subtypes are listed in [[!IANA-RTP-2]].</p>
</dd>
<dt>DOMString mimeType</dt>
<dd>
<p>
The codec MIME media type/subtype. Valid media types and subtypes
are listed in [[IANA-RTP-2]].
</p>
</dd>
<dt>DOMString kind</dt>
<dd>
<p>The media supported by the codec: "audio", "video", etc.</p>
Expand Down Expand Up @@ -3528,7 +3535,14 @@ <h3>dictionary RTCRtpCodecParameters</h3>
<dd>
<p>
The codec MIME subtype. Valid subtypes are
listed in [[!IANA-RTP-2]]. The <var>name</var> MUST always be provided.
listed in [[!IANA-RTP-2]].
</p>
</dd>
<dt>DOMString mimeType</dt>
<dd>
<p>
The codec MIME media type/subtype. Valid media types and subtypes
are listed in [[IANA-RTP-2]].
</p>
</dd>
<dt>required payloadtype payloadType</dt>
Expand Down

0 comments on commit 67c7265

Please sign in to comment.