Commit cf6ffb81 authored by Philipp Hancke's avatar Philipp Hancke Committed by Commit Bot

webrtc: allow codec transportId stats

BUG=webrtc:12181

Change-Id: Ifaa94e2ac7124a7c275093059c7f67790009aacc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542382
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828090}
parent db3dfd6f
...@@ -303,6 +303,7 @@ addRTCStatsToWhitelist( ...@@ -303,6 +303,7 @@ addRTCStatsToWhitelist(
* @private * @private
*/ */
let kRTCCodecStats = new RTCStats(null, { let kRTCCodecStats = new RTCStats(null, {
transportId: 'string',
payloadType: 'number', payloadType: 'number',
mimeType: 'string', mimeType: 'string',
// TODO(hbos): As soon as |codec| has been renamed |mimeType| in the webrtc // TODO(hbos): As soon as |codec| has been renamed |mimeType| in the webrtc
......
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