Skip to content

Commit

Permalink
Clarify sdpFmtpLine
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Mar 16, 2017
1 parent 7f32438 commit 41bbd02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5969,9 +5969,9 @@ <h2>Dictionary <dfn>RTCRtpCapabilities</dfn> Members</h2>
"idlMemberType">sequence&lt;<a>RTCRtpCodecCapability</a>&gt;</span></dt>
<dd>
<p>Supported media codecs as well as entries for RTX, RED and FEC
mechanisms. For retransmission via RTX, there will be an entry
within <code>codecs[]</code> for each codec being retransmitted,
with <code>sdpFmtpLine</code> containing the parameters.</p>
mechanisms. There will only be a single entry in
<code>codecs[]</code> for retransmission via RTX, with
<code>sdpFmtpLine</code> set to "".</p>
</dd>
<dt><dfn><code>headerExtensions</code></dfn> of type <span class=
"idlMemberType">sequence&lt;<a>RTCRtpHeaderExtensionCapability</a>&gt;</span></dt>
Expand Down

0 comments on commit 41bbd02

Please sign in to comment.