Skip to content

Commit

Permalink
Make sure the example page uses the hosted version of the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
onel committed Feb 16, 2023
1 parent aaf26ef commit 2eeb72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<button id="startButton">start</button>
<button id="callButton">call</button>
<button id="hangupButton">hangup</button>
<!-- <script src="https://unpkg.com/@peermetrics/webrtc-stats@latest/dist/browser.js"></script> -->
<script src="https://unpkg.com/@peermetrics/webrtc-stats@latest/dist/browser.js"></script>

<script type="text/javascript" src="../dist/browser.js"></script>
<!-- <script type="text/javascript" src="../dist/browser.js"></script> -->

<script>
window.stats = new WebRTCStats({
Expand Down

0 comments on commit 2eeb72b

Please sign in to comment.