Upgrade to v1.7.7 (Riot -> Element)
This commit is contained in:
+5
-3
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Jitsi Widget</title>
|
||||
<link href="bundles/709217699826f8fd4e42/jitsi.css" rel="stylesheet"></head>
|
||||
<link href="bundles/1c92c9d6b0f5bd0d188c/jitsi.css" rel="stylesheet"></head>
|
||||
<body>
|
||||
<div id="jitsiContainer"><!-- the js will put the conference here --></div>
|
||||
<div id="joinButtonContainer">
|
||||
@@ -11,11 +11,13 @@
|
||||
<div class="joinConferencePrompt">
|
||||
<!-- TODO: i18n -->
|
||||
<h2>Jitsi Video Conference</h2>
|
||||
<button type="button" id="joinButton">Join Conference</button>
|
||||
<div id="widgetActionContainer">
|
||||
<button type="button" id="joinButton">Join Conference</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- This script is not webpacked, and the script is downloaded at build time -->
|
||||
<script src="./jitsi_external_api.min.js"></script>
|
||||
<script type="text/javascript" src="bundles/709217699826f8fd4e42/jitsi.js"></script></body>
|
||||
<script type="text/javascript" src="bundles/1c92c9d6b0f5bd0d188c/jitsi.js"></script></body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user