author | autofoolip <auto@foolip.org> |
Mon, 15 Apr 2019 14:37:13 +0000 | |
changeset 470908 | 8326f6b50fd59ba9cd4ed0da282cb1fb204348d1 |
parent 470907 | 568c69931138d953b333793cfb2d8e8d9dc96c4e |
child 470909 | 78a3bb1878e9759a04865ef136321eac8e8a8508 |
push id | 112883 |
push user | james@hoppipolla.co.uk |
push date | Wed, 24 Apr 2019 10:45:08 +0000 |
treeherder | mozilla-inbound@a9e8bb1d8a16 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1538340, 15972 |
milestone | 68.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/tests/interfaces/webrtc-stats.idl | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/tests/interfaces/webrtc-stats.idl +++ b/testing/web-platform/tests/interfaces/webrtc-stats.idl @@ -200,16 +200,17 @@ dictionary RTCSenderAudioTrackAttachment }; dictionary RTCAudioReceiverStats : RTCAudioHandlerStats { DOMHighResTimeStamp estimatedPlayoutTimestamp; double jitterBufferDelay; unsigned long long jitterBufferEmittedCount; unsigned long long totalSamplesReceived; unsigned long long concealedSamples; + unsigned long long silentConcealedSamples; unsigned long long concealmentEvents; }; dictionary RTCDataChannelStats : RTCStats { DOMString label; DOMString protocol; long dataChannelIdentifier; DOMString transportId;