Commit bcc93230 authored by Eldar Rello's avatar Eldar Rello Committed by Commit Bot

Whitelist new stats fields in kRTCOutboundRtpStreamStats

Bug: webrtc:9547
Change-Id: If65cddb449e32cfce92bc13bf3db167f148c5bca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139753
Commit-Queue: Eldar Rello <elrello@microsoft.com>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757196}
parent cbacab9d
......@@ -204,6 +204,12 @@ let kRTCOutboundRtpStreamStats = new RTCStats(kRTCSentRtpStreamStats, {
pliCount: 'number',
sliCount: 'number',
encoderImplementation: 'string',
rid: 'string',
frameWidth: 'number',
frameHeight: 'number',
framesPerSecond: 'number',
framesSent: 'number',
hugeFramesSent: 'number',
});
addRTCStatsToWhitelist(
Presence.MANDATORY, 'outbound-rtp', kRTCOutboundRtpStreamStats);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment