Skip to content

Commit

Permalink
Updates to address comment from Harald
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Jun 1, 2018
1 parent 2b8af73 commit 1224d25
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions webrtc.html
Expand Up @@ -9936,20 +9936,21 @@ <h3>Mandatory To Implement Stats</h3>
types when the corresponding objects exist on a PeerConnection, with the
attributes that are listed when they are valid for that object:</p>
<ul>
<li>RTCRTPStreamStats, with attributes ssrc, mediaType, trackId,
<li>RTCRTPStreamStats, with attributes ssrc, kind,
transportId, codecId, nackCount</li>
<li>RTCReceivedRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes packetsReceived,
bytesReceived, packetsLost, jitter, packetsDiscarded</li>
packetsLost, jitter, packetsDiscarded</li>
<li>RTCInboundRTPStreamStats, with all required attributes from its
inherited dictionaries, and also attributes receiverId, remoteId, framesDecoded</li>
inherited dictionaries, and also attributes bytesReceived, trackId,
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 senderId, remoteId, framesEncoded</li>
inherited dictionaries, and also attributes trackId, senderId, remoteId, framesEncoded</li>
<li>RTCRemoteOutboundRTPStreamStats, with all required attributes from
its inherited dictionaries, and also attributes localId, remoteTimestamp
</li>
Expand All @@ -9959,10 +9960,13 @@ <h3>Mandatory To Implement Stats</h3>
datachannelId, state, messagesSent, bytesSent, messagesReceived,
bytesReceived</li>
<li>RTCMediaStreamStats, with attributes streamIdentifer, trackIds</li>
<li>RTCMediaStreamTrackStats, with attributes trackIdentifier,
remoteSource, ended, detached, frameWidth, frameHeight,
framesPerSecond, framesSent, framesReceived, framesDecoded,
framesDropped, framesCorrupted, audioLevel</li>
<li>RTCMediaStreamTrackStats, with attribute detached</li>
<li>RTCMediaHandlerStats with attributes trackIdentifier, remoteSource, ended</li>
<li>RTCAudioHandlerStats with attribute audioLevel</li>
<li>RTCVideoHandlerStats with attributes frameWidth, frameHeight, framesPerSecond</li>
<li>RTCVideoSenderStats with attribute framesSent</li>
<li>RTCVideoReceiverStats with attributes framesReceived, framesDecoded, framesDropped,
framesCorrupted</li>
<li>RTCCodecStats, with attributes payloadType, codec, clockRate,
channels, sdpFmtpLine</li>
<li>RTCTransportStats, with attributes bytesSent, bytesReceived,
Expand All @@ -9972,7 +9976,7 @@ <h3>Mandatory To Implement Stats</h3>
localCandidateId, remoteCandidateId, state, priority, nominated,
bytesSent, bytesReceived, totalRoundTripTime, currentRoundTripTime</li>
<li>RTCIceCandidateStats, with attributes ip, port, protocol,
candidateType, priority, url</li>
candidateType, url</li>
<li>RTCCertificateStats, with attributes fingerprint,
fingerprintAlgorithm, base64Certificate, issuerCertificateId</li>
</ul>
Expand Down

0 comments on commit 1224d25

Please sign in to comment.