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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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. <!--#include virtual="base.html" -->
  6. <script>
  7. window.indexLoadedTime = window.performance.now();
  8. console.log("(TIME) index.html loaded:\t", indexLoadedTime);
  9. // XXX the code below listeners for errors and displays an error message
  10. // in the document body when any of the required files fails to load.
  11. // The intention is to prevent from displaying broken page.
  12. var criticalFiles = [
  13. "config.js",
  14. "utils.js",
  15. "do_external_connect.js",
  16. "interface_config.js",
  17. "lib-jitsi-meet.min.js",
  18. "app.bundle.min.js",
  19. "all.css"
  20. ];
  21. var loadErrHandler = function(e) {
  22. var target = e.target;
  23. // Error on <script> and <link>(CSS)
  24. // <script> will have .src and <link> .href
  25. var fileRef = (target.src ? target.src : target.href);
  26. if (("SCRIPT" === target.tagName || "LINK" === target.tagName)
  27. && criticalFiles.some(
  28. function(file) { return fileRef.indexOf(file) !== -1 })) {
  29. window.onload = function() {
  30. document.body.innerHTML
  31. = "The application failed to load, missing file: "
  32. + fileRef;
  33. };
  34. window.removeEventListener(
  35. 'error', loadErrHandler, true /* capture phase */);
  36. }
  37. }
  38. window.addEventListener(
  39. 'error', loadErrHandler, true /* capture phase type of listener */);
  40. </script>
  41. <script><!--#include virtual="/config.js" --></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
  42. <script src="utils.js?v=1"></script>
  43. <!--#include virtual="connection_optimization/connection_optimization.html" -->
  44. <script src="connection_optimization/do_external_connect.js?v=1"></script>
  45. <script><!--#include virtual="/interface_config.js" --></script>
  46. <script src="libs/lib-jitsi-meet.min.js?v=139"></script>
  47. <script src="libs/app.bundle.min.js?v=139"></script>
  48. <!--#include virtual="title.html" -->
  49. <link rel="stylesheet" href="css/all.css"/>
  50. <!--#include virtual="plugin.head.html" -->
  51. </head>
  52. <body>
  53. <div id="welcome_page">
  54. <div id="welcome_page_header">
  55. <a target="_new">
  56. <div class="watermark leftwatermark"></div>
  57. </a>
  58. <a target="_new">
  59. <div class="watermark rightwatermark"></div>
  60. </a>
  61. <a class="poweredby" href="http://jitsi.org" target="_new" ><span data-i18n="poweredby"></span> jitsi.org</a>
  62. <div id="enter_room_container">
  63. <div id="enter_room_form" >
  64. <div id="domain_name"></div>
  65. <div id="enter_room">
  66. <input id="enter_room_field" type="text" autofocus/>
  67. <div class="icon-reload" id="reload_roomname"></div>
  68. <input id="enter_room_button" type="button" data-i18n="[value]welcomepage.go" value="GO" />
  69. </div>
  70. </div>
  71. </div>
  72. <div id="brand_header"></div>
  73. <input type='checkbox' name='checkbox' id="disable_welcome"/>
  74. <label for="disable_welcome" class="disable_welcome_position" data-i18n="welcomepage.disable"></label>
  75. <div id="header_text">
  76. <!--#include virtual="plugin.header.text.html" -->
  77. </div>
  78. </div>
  79. <div id="welcome_page_main">
  80. <div id="features">
  81. <div class="feature_row">
  82. <div class="feature_holder">
  83. <div class="feature_icon" data-i18n="welcomepage.feature1.title" ></div>
  84. <div class="feature_description" data-i18n="welcomepage.feature1.content" data-i18n-options='{ "postProcess": "resolveAppName" }'>
  85. </div>
  86. </div>
  87. <div class="feature_holder">
  88. <div class="feature_icon" data-i18n="welcomepage.feature2.title" ></div>
  89. <div class="feature_description" data-i18n="welcomepage.feature2.content">
  90. </div>
  91. </div>
  92. <div class="feature_holder">
  93. <div class="feature_icon" data-i18n="welcomepage.feature3.title" ></div>
  94. <div class="feature_description" data-i18n="welcomepage.feature3.content" data-i18n-options='{ "postProcess": "resolveAppName" }'>
  95. </div>
  96. </div>
  97. <div class="feature_holder">
  98. <div class="feature_icon" data-i18n="welcomepage.feature4.title" ></div>
  99. <div class="feature_description" data-i18n="welcomepage.feature4.content">
  100. </div>
  101. </div>
  102. </div>
  103. <div class="feature_row">
  104. <div class="feature_holder">
  105. <div class="feature_icon" data-i18n="welcomepage.feature5.title" ></div>
  106. <div class="feature_description" data-i18n="welcomepage.feature5.content" data-i18n-options='{ "postProcess": "resolveAppName" }'>
  107. </div>
  108. </div>
  109. <div class="feature_holder">
  110. <div class="feature_icon" data-i18n="welcomepage.feature6.title" ></div>
  111. <div class="feature_description" data-i18n="welcomepage.feature6.content" data-i18n-options='{ "postProcess": "resolveAppName" }'>
  112. </div>
  113. </div>
  114. <div class="feature_holder">
  115. <div class="feature_icon" data-i18n="welcomepage.feature7.title" ></div>
  116. <div class="feature_description" data-i18n="welcomepage.feature7.content" data-i18n-options='{ "postProcess": "resolveAppName" }'></div>
  117. </div>
  118. <div class="feature_holder">
  119. <div class="feature_icon" data-i18n="welcomepage.feature8.title" ></div>
  120. <div class="feature_description" data-i18n="welcomepage.feature8.content"></div>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. <!--#include virtual="plugin.welcomepage.footer.html" -->
  126. </div>
  127. <div id="videoconference_page">
  128. <div id="mainToolbarContainer">
  129. <div id="notice" class="notice" style="display: none">
  130. <span id="noticeText" class="noticeText"></span>
  131. </div>
  132. <div id="mainToolbar" class="toolbar"></div>
  133. </div>
  134. <div id="subject" class="hide"></div>
  135. <div id="extendedToolbar" class="toolbar">
  136. <div id="extendedToolbarButtons"></div>
  137. <a class="button icon-feedback" id="feedbackButton"></a>
  138. <div id="sideToolbarContainer"></div>
  139. </div>
  140. <div id="videospace">
  141. <div id="largeVideoContainer" class="videocontainer">
  142. <div id="sharedVideo"><div id="sharedVideoIFrame"></div></div>
  143. <div id="etherpad"></div>
  144. <a target="_new"><div class="watermark leftwatermark"></div></a>
  145. <a target="_new"><div class="watermark rightwatermark"></div></a>
  146. <a class="poweredby" href="http://jitsi.org" target="_new">
  147. <span data-i18n="poweredby"></span> jitsi.org
  148. </a>
  149. <div id="dominantSpeaker">
  150. <div class="dynamic-shadow"></div>
  151. <img id="dominantSpeakerAvatar" src=""/>
  152. </div>
  153. <span id="remoteConnectionMessage"></span>
  154. <div id="largeVideoWrapper">
  155. <video id="largeVideo" muted="true" autoplay></video>
  156. </div>
  157. <span id="localConnectionMessage"></span>
  158. <span id="videoResolutionLabel" class="video-state-indicator moveToCorner">HD</span>
  159. <span id="recordingLabel" class="video-state-indicator centeredVideoLabel">
  160. <span id="recordingLabelText"></span>
  161. <img id="recordingSpinner" class="recordingSpinner" src="images/spin.svg"></img>
  162. </span>
  163. </div>
  164. <div class="filmstrip">
  165. <div class="filmstrip__videos" id="remoteVideos">
  166. <span id="localVideoContainer" class="videocontainer videocontainer_small">
  167. <div class="videocontainer__background"></div>
  168. <span id="localVideoWrapper">
  169. <!--<video id="localVideo" autoplay muted></video> - is now per stream generated -->
  170. </span>
  171. <audio id="localAudio" autoplay muted></audio>
  172. <div class="videocontainer__toolbar"></div>
  173. <div class="videocontainer__toptoolbar"></div>
  174. <div class="videocontainer__hoverOverlay"></div>
  175. </span>
  176. <audio id="userJoined" src="sounds/joined.wav" preload="auto"></audio>
  177. <audio id="userLeft" src="sounds/left.wav" preload="auto"></audio>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. <div id="keyboard-shortcuts" class="keyboard-shortcuts" style="display:none;">
  183. <div class="content">
  184. <ul id="keyboard-shortcuts-list" class="shortcuts-list">
  185. </ul>
  186. </div>
  187. </div>
  188. </body>
  189. </html>