Skip to content

Commit

Permalink
Fix link to jitterBufferTarget library (#46549)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom authored Jun 13, 2024
1 parent a634c25 commit b3d6b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webrtc/RTCPeerConnection-helper.js"></script>
<script src="/webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats-helper.js"></script>
<script src="/webrtc/RTCRtpReceiver-jitterBufferTarget-stats-helper.js"></script>
<body>
<script>
'use strict'
Expand Down
2 changes: 1 addition & 1 deletion webrtc/RTCRtpReceiver-video-jitterBufferTarget-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webrtc/RTCPeerConnection-helper.js"></script>
<script src="/webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats-helper.js"></script>
<script src="/webrtc/RTCRtpReceiver-jitterBufferTarget-stats-helper.js"></script>
<body>
<script>
'use strict'
Expand Down

0 comments on commit b3d6b62

Please sign in to comment.