12345678910111213 |
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <meta charset="UTF-8">
- <title></title>
- <script><!--#include virtual="/config.js" --></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
- <script src="../libs/lib-jitsi-meet.min.js?v=139"></script>
- <script src="libs/load-test-participant.min.js" ></script>
- </head>
- <body>
- <div>Number of participants: <span id="participants">1</span></div>
- </body>
- </html>
|