Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

api.html 815B

1234567891011121314151617181920212223
  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. filmStripOnly: true
  18. }
  19. }
  20. var api = new JitsiMeetExternalAPI(domain, options);
  21. </script>
  22. </body>
  23. </html>