Files
tubestation/testing/web-platform/tests/webrtc/RTCRtpReceiver-audio-jitterBufferTarget-stats.https.html
Dominique Hazael-Massieux 8256bfa3e1 Bug 1899739 [wpt PR 46549] - Fix link to jitterBufferTarget library, a=testonly
Automatic update from web-platform-tests
Fix link to jitterBufferTarget library (#46549)

--

wpt-commits: b3d6b6215d332e44bb035b5962dce5766396790a
wpt-pr: 46549
2024-06-18 12:21:26 +00:00

19 lines
585 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Tests RTCRtpReceiver-jitterBufferTarget verified with stats</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webrtc/RTCPeerConnection-helper.js"></script>
<script src="/webrtc/RTCRtpReceiver-jitterBufferTarget-stats-helper.js"></script>
<body>
<script>
'use strict'
promise_test(async t => {
await applyJitterBufferTarget(t, "audio", 300);
}, `measure raising and lowering audio jitterBufferTarget`);
</script>
</body>