Skip to content

Commit

Permalink
Fix partial dictionary RTCInboundRtpStreamStats typo (#404)
Browse files Browse the repository at this point in the history
Introduced in #389.

Original dictionary definition:
https://w3c.github.io/webrtc-stats/#inboundrtpstats-dict*
  • Loading branch information
foolip authored and henbos committed Mar 18, 2019
1 parent f1af333 commit 79728f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3928,19 +3928,19 @@ <h2>
</dd>
</dl>
</section>
<pre class="idl">partial dictionary RTCInboundStreamStats {
<pre class="idl">partial dictionary RTCInboundRtpStreamStats {
double fractionLost;
};</pre>
<section>
<h2>Obsolete RTCInboundStreamStats members</h2>
<dl data-dfn-for="RTCInboundStreamStats">
<h2>Obsolete RTCInboundRtpStreamStats members</h2>
<dl data-dfn-for="RTCInboundRtpStreamStats">
<dt>
<dfn><code>fractionLost</code></dfn> of
type <span class="idlMemberType"><a>double</a></span>
</dt>
<dd>
<p>
This field was moved to RTCRemoteInboundStreamStats in
This field was moved to RTCRemoteInboundRtpStreamStats in
December 2017.
</p>
</dd>
Expand Down

0 comments on commit 79728f4

Please sign in to comment.