You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

api.html 758B

123456789101112131415161718192021
  1. <html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
  2. <head>
  3. <meta charset="utf-8">
  4. <meta http-equiv="content-type" content="text/html;charset=utf-8">
  5. </head>
  6. <body>
  7. <script src="https://meet.jit.si/external_api.js"></script>
  8. <script>
  9. var domain = "meet.jit.si";
  10. var options = {
  11. roomName: "JitsiMeetAPIExample",
  12. width: 700,
  13. height: 180,
  14. parentNode: undefined,
  15. configOverwrite: {},
  16. interfaceConfigOverwrite: {}
  17. }
  18. var api = new JitsiMeetExternalAPI(domain, options);
  19. </script>
  20. </body>
  21. </html>