Skip to content

Commit

Permalink
Update mandatory to implement stats
Browse files Browse the repository at this point in the history
Rebase of #1782

Fix for Issue #1771
  • Loading branch information
aboba committed Mar 15, 2018
1 parent fccfb55 commit 2b8af73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Expand Up @@ -9942,14 +9942,14 @@ <h3>Mandatory To Implement Stats</h3>
inherited dictionaries, and also attributes packetsReceived,
bytesReceived, packetsLost, jitter, packetsDiscarded</li>
<li>RTCInboundRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes remoteId, framesDecoded</li>
inherited dictionaries, and also attributes receiverId, remoteId, framesDecoded</li>
<li>RTCRemoteInboundRTPStreamStats, with all required attributes from
its inherited dictionaries, and also attributes localId,
roundTripTime</li>
<li>RTCSentRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes packetsSent, bytesSent</li>
<li>RTCOutboundRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes remoteId, framesEncoded</li>
inherited dictionaries, and also attributes senderId, remoteId, framesEncoded</li>
<li>RTCRemoteOutboundRTPStreamStats, with all required attributes from
its inherited dictionaries, and also attributes localId, remoteTimestamp
</li>
Expand Down

0 comments on commit 2b8af73

Please sign in to comment.