您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>