forked from varia/web-narrowcast
cleaned and hided the jitsi
This commit is contained in:
parent
652f5443da
commit
8c577ea902
10
index.html
10
index.html
@ -108,13 +108,13 @@
|
||||
|
||||
<div class="b_allmedia">
|
||||
<!-- audio streaming or files -->
|
||||
<button onclick="hideshowAudio()" class="bhide_chat_off" id="bhide_au">LISTENING <br> LUISTEREN</button>
|
||||
<button onclick="hideshowAudio()" class="" id="bhide_au">LISTENING <br> LUISTEREN</button>
|
||||
<!-- image multiple -->
|
||||
<button onclick="hideshowGal()" class="bhide_chat_off" id="bhide_gal">GALLERY <br> GALERIJ</button>
|
||||
<button onclick="hideshowGal()" class="" id="bhide_gal">GALLERY <br> GALERIJ</button>
|
||||
<!-- chat -->
|
||||
<button onclick="hideshowChat()" class="bhide_chat_off" id="bhide_chat">CHATTING <br> CHATTEN</button>
|
||||
<!-- etherpad-->
|
||||
<button onclick="hideshowPad()" class="bhide_chat_off" id="bhide_ether">WRITING <br> SCHRIJVEN</button>
|
||||
<button onclick="hideshowPad()" class="" id="bhide_ether">WRITING <br> SCHRIJVEN</button>
|
||||
<!-- jitsi or alike -->
|
||||
<button onclick="hideshowJitsi()" class="bhide_chat_off" id="bhide_jit">CALLING <br> BELLEN</button>
|
||||
<!-- PDFs-->
|
||||
@ -122,7 +122,7 @@
|
||||
<!-- video streaming or files -->
|
||||
<button onclick="hideshowVideo()" class="bhide_chat_off" id="bhide_vid">WATCHING <br> KIJKEND</button>
|
||||
<!-- image single -->
|
||||
<button onclick="hideshowIMG()" class="bhide_chat_off" id="bhide_img">IMAGE <br> BEELD</button>
|
||||
<button onclick="hideshowIMG()" class="" id="bhide_img">IMAGE <br> BEELD</button>
|
||||
|
||||
</div>
|
||||
|
||||
@ -233,7 +233,7 @@
|
||||
|
||||
<!-- Jitsi for use -->
|
||||
<!-- PLACEHOLDER link: https://meet.jit.si/varia.example -->
|
||||
<div class="fullscreen" id="showJit">
|
||||
<div class="fullscreen hide" id="showJit">
|
||||
<iframe src="https://meet.jit.si/varia.example" allow="camera; microphone" width="640" height="800" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
|
||||
</iframe>
|
||||
<br> ↬
|
||||
|
Loading…
Reference in New Issue
Block a user