Skip to content

Commit

Permalink
Remove "sender" and "receiver" from MTI stats
Browse files Browse the repository at this point in the history
Following their deprecation in w3c/webrtc-stats#637
  • Loading branch information
dontcallmedom committed Jun 16, 2022
1 parent c508d44 commit 8469085
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions webrtc.html
Expand Up @@ -15435,7 +15435,6 @@ <h3>
</td>
<td data-tests=
"RTCPeerConnection-getStats.https.html,RTCPeerConnection-track-stats.https.html,RTCRtpReceiver-getStats.https.html,RTCPeerConnection-mandatory-getStats.https.html">
{{RTCInboundRtpStreamStats/receiverId}},
{{RTCInboundRtpStreamStats/remoteId}},
{{RTCInboundRtpStreamStats/framesDecoded}},
{{RTCInboundRtpStreamStats/nackCount}},
Expand Down Expand Up @@ -15475,7 +15474,6 @@ <h3>
</td>
<td data-tests=
"RTCPeerConnection-getStats.https.html,RTCPeerConnection-track-stats.https.html,RTCRtpSender-getStats.https.html,RTCPeerConnection-mandatory-getStats.https.html">
{{RTCOutboundRtpStreamStats/senderId}},
{{RTCOutboundRtpStreamStats/remoteId}},
{{RTCOutboundRtpStreamStats/framesEncoded}},
{{RTCOutboundRtpStreamStats/nackCount}},
Expand Down Expand Up @@ -15620,23 +15618,6 @@ <h3>
{{RTCDataChannelStats/bytesReceived}}
</td>
</tr>
<tr>
<th class="row">
{{RTCStatsType/"sender"}}
</th>
<td rowspan="2">
{{RTCMediaHandlerStats}}
</td>
<td rowspan="2" data-tests=
"RTCPeerConnection-track-stats.https.html,RTCPeerConnection-mandatory-getStats.https.html">
{{RTCMediaHandlerStats/trackIdentifier}}
</td>
</tr>
<tr>
<th class="row">
{{RTCStatsType/"receiver"}}
</th>
</tr>
<tr>
<th class="row">
{{RTCStatsType/"transport"}}
Expand Down

0 comments on commit 8469085

Please sign in to comment.