From acfe9d5853a6f67369bb630f6280016f03824359 Mon Sep 17 00:00:00 2001 From: aleld <89131829+aleld@users.noreply.github.com> Date: Wed, 2 Feb 2022 17:15:46 +0100 Subject: [PATCH] Fixed not being able to start a jitsi conference in webinterface I am accessing my jitsi domain via webbrowser and in the preview screen everything seems fine, but when I click "join conference" nothing happens. After a few seconds I get an error saying "your connection was terminated. A new attempt will be started in 30 seconds". Fix https://community.jitsi.org/t/jitsi-meet-in-docker-container-websocket-error/88703/15 --- roles/matrix-jitsi/templates/web/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-jitsi/templates/web/env.j2 b/roles/matrix-jitsi/templates/web/env.j2 index ac15c0879..aea24328e 100644 --- a/roles/matrix-jitsi/templates/web/env.j2 +++ b/roles/matrix-jitsi/templates/web/env.j2 @@ -56,7 +56,7 @@ ENABLE_SUBDOMAINS ENABLE_TALK_WHILE_MUTED ENABLE_TCC ENABLE_TRANSCRIPTIONS={{ 1 if matrix_jitsi_enable_transcriptions else 0 }} -ENABLE_XMPP_WEBSOCKET +ENABLE_XMPP_WEBSOCKET=0 ETHERPAD_PUBLIC_URL ETHERPAD_URL_BASE={{ (matrix_jitsi_etherpad_base + '/') if matrix_jitsi_etherpad_enabled else ''}} GOOGLE_ANALYTICS_ID