Skip to content

Commit

Permalink
Handling RTX in RTCRtpCodecCapabilities
Browse files Browse the repository at this point in the history
Fix for Issue #1079
  • Loading branch information
aboba committed Mar 15, 2017
1 parent 853c210 commit 7f32438
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5969,8 +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. There will only be a single entry in
<code>codecs[]</code> for retransmission via RTX.</p>
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>
</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 7f32438

Please sign in to comment.