summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-13 12:55:59 +0200
committerAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-13 12:55:59 +0200
commitfc0cf9a3a4b3a373d1024d16d02c4662404217ef (patch)
tree081b487bcd9429a0254dc9ccd7ec86bfd010d709
parentDNM; more update (diff)
downloadbeziapp-fc0cf9a3a4b3a373d1024d16d02c4662404217ef.tar
beziapp-fc0cf9a3a4b3a373d1024d16d02c4662404217ef.tar.gz
beziapp-fc0cf9a3a4b3a373d1024d16d02c4662404217ef.tar.bz2
beziapp-fc0cf9a3a4b3a373d1024d16d02c4662404217ef.tar.lz
beziapp-fc0cf9a3a4b3a373d1024d16d02c4662404217ef.tar.xz
beziapp-fc0cf9a3a4b3a373d1024d16d02c4662404217ef.tar.zst
beziapp-fc0cf9a3a4b3a373d1024d16d02c4662404217ef.zip
-rw-r--r--pages-src/jitsi.bvr2
-rw-r--r--pages/jitsi.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages-src/jitsi.bvr b/pages-src/jitsi.bvr
index 5a43605..db76557 100644
--- a/pages-src/jitsi.bvr
+++ b/pages-src/jitsi.bvr
@@ -39,7 +39,7 @@
</nav>
<@?i navigation@>
<div class="container" style="height: calc(100vh - 70px); width: 100%">
- <iframe src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%">
+ <iframe allow="geolocation; microphone; camera" src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%">
Ur browser does not support iframes, you have no Internet connection or the GimB videoconference server is down or does
not allow iframes. Probably we fucked something up, so drop us a message.
<hr>
diff --git a/pages/jitsi.html b/pages/jitsi.html
index ee2278d..e5262bd 100644
--- a/pages/jitsi.html
+++ b/pages/jitsi.html
@@ -61,7 +61,7 @@
<div class="container" style="height: calc(100vh - 70px); width: 100%">
- <iframe src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%">
+ <iframe allow="geolocation; microphone; camera" src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%">
Ur browser does not support iframes, you have no Internet connection or the GimB videoconference server is down or does
not allow iframes. Probably we fucked something up, so drop us a message.
<hr>