Testing the Stream


    <!DOCTYPE html>
    <html>
      <head>
        <script src='https://8x8.vc/vpaas-magic-cookie-8b2c383f258c4d93b0b2e61259ecf443/external_api.js' async></script>
        <style>html, body, #jaas-container { height: 100%; }</style>
        <script type="text/javascript">
          window.onload = () => {
            const api = new JitsiMeetExternalAPI("8x8.vc", {
              roomName: "vpaas-magic-cookie-8b2c383f258c4d93b0b2e61259ecf443/SampleAppTemporaryPropagandasSackEarly",
              parentNode: document.querySelector('#jaas-container'),
							// Make sure to include a JWT if you intend to record,
							// make outbound calls or use any other premium features!
							// jwt: "null"
            });
          }
        </script>
      </head>
      <body><div id="jaas-container" /></body>
    </html>