Automatic update from web-platform-tests Fix link to jitterBufferTarget library (#46549) -- wpt-commits: b3d6b6215d332e44bb035b5962dce5766396790a wpt-pr: 46549
19 lines
585 B
HTML
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>
|