diff options
-rw-r--r-- | pages-src/jitsi.bvr | 2 | ||||
-rw-r--r-- | pages/jitsi.html | 2 |
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> |