Skip to content

Commit

Permalink
Fixes #163
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Apr 11, 2017
1 parent 7ef8dc9 commit 9bafa24
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions webrtc-stats.html
Expand Up @@ -1771,7 +1771,6 @@ <h3>
unsigned long long priority;
boolean nominated;
boolean writable;
boolean readable;
unsigned long long bytesSent;
unsigned long long bytesReceived;
DOMHighResTimeStamp lastPacketSentTimestamp;
Expand Down Expand Up @@ -1856,21 +1855,13 @@ <h2>
</p>
</dd>
<dt>
<dfn><code>writable</code></dfn> of type <span class=
"idlMemberType"><a>boolean</a></span>
</dt>
<dd>
<p>
Has gotten ACK to an ICE request.
</p>
</dd>
<dt>
<dfn><code>readable</code></dfn> of type <span class=
"idlMemberType"><a>boolean</a></span>
<dfn><code>writable</code></dfn> of type <span class="idlMemberType"><a>boolean</a>
</span>
</dt>
<dd>
<p>
Has gotten a valid incoming ICE request.
Has received a valid STUN binding response and the consent has not expired as
defined in [[!RFC7675]] section 5.1.
</p>
</dd>
<dt>
Expand Down

0 comments on commit 9bafa24

Please sign in to comment.