Skip to content

Commit

Permalink
Merge pull request #2206 from jan-ivar/mandatory
Browse files Browse the repository at this point in the history
Fix outdated information in mandatory stats list.
  • Loading branch information
alvestrand committed Jun 13, 2019
2 parents 5eea113 + 63d826f commit a87e5ed
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -10954,20 +10954,20 @@ <h3>Mandatory To Implement Stats</h3>
attributes that are listed when they are valid for that object:</p>
<ul>
<li data-tests="RTCPeerConnection-getStats.https.html">RTCRTPStreamStats, with attributes ssrc, kind,
transportId, codecId, nackCount</li>
transportId, codecId</li>
<li data-tests="RTCPeerConnection-getStats.https.html,RTCRtpReceiver-getStats.https.html">RTCReceivedRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes packetsReceived,
packetsLost, jitter, packetsDiscarded</li>
<li data-tests="RTCPeerConnection-getStats.https.html,RTCPeerConnection-track-stats.https.html,RTCRtpReceiver-getStats.https.html">RTCInboundRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes bytesReceived, trackId,
receiverId, remoteId, framesDecoded</li>
inherited dictionaries, and also attributes trackId,
receiverId, remoteId, framesDecoded, nackCount</li>
<li data-tests="RTCPeerConnection-getStats.https.html">RTCRemoteInboundRTPStreamStats, with all required attributes from
its inherited dictionaries, and also attributes localId,
its inherited dictionaries, and also attributes localId, bytesReceived,
roundTripTime</li>
<li data-tests="RTCPeerConnection-getStats.https.html,RTCRtpSender-getStats.https.html">RTCSentRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes packetsSent, bytesSent</li>
<li data-tests="RTCPeerConnection-getStats.https.html,RTCPeerConnection-track-stats.https.html,RTCRtpSender-getStats.https.html">RTCOutboundRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes trackId, senderId, remoteId, framesEncoded</li>
inherited dictionaries, and also attributes trackId, senderId, remoteId, framesEncoded, nackCount</li>
<li data-tests="RTCPeerConnection-getStats.https.html">RTCRemoteOutboundRTPStreamStats, with all required attributes from
its inherited dictionaries, and also attributes localId, remoteTimestamp
</li>
Expand All @@ -10977,14 +10977,15 @@ <h3>Mandatory To Implement Stats</h3>
dataChannelIdentifier, state, messagesSent, bytesSent, messagesReceived,
bytesReceived</li>
<li data-tests="RTCPeerConnection-getStats.https.html, RTCPeerConnection-track-stats.https.html">RTCMediaStreamStats, with attributes streamIdentifer, trackIds</li>
<li data-tests="RTCPeerConnection-getStats.https.html">RTCMediaStreamTrackStats, with attribute detached</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCMediaHandlerStats with attributes trackIdentifier, remoteSource, ended</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCMediaHandlerStats with attributes trackIdentifier, ended</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCSenderVideoTrackAttachmentStats, with all required attributes from its inherited dictionaries</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCSenderAudioTrackAttachmentStats, with all required attributes from its inherited dictionaries</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCAudioHandlerStats with attribute audioLevel</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCVideoHandlerStats with attributes frameWidth, frameHeight, framesPerSecond</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCVideoSenderStats with attribute framesSent</li>
<li data-tests="RTCPeerConnection-track-stats.https.html">RTCVideoReceiverStats with attributes framesReceived, framesDecoded, framesDropped,
partialFramesLost</li>
<li data-tests="RTCPeerConnection-getStats.https.html">RTCCodecStats, with attributes payloadType, codec, clockRate,
<li data-tests="RTCPeerConnection-getStats.https.html">RTCCodecStats, with attributes payloadType, codecType, mimeType, clockRate,
channels, sdpFmtpLine</li>
<li data-tests="RTCPeerConnection-getStats.https.html,RTCPeerConnection-track-stats.https.html">RTCTransportStats, with attributes bytesSent, bytesReceived,
rtcpTransportStatsId, selectedCandidatePairId,
Expand Down

0 comments on commit a87e5ed

Please sign in to comment.