Sfoglia il codice sorgente

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
pull/1595/head
aleld 4 anni fa
committed by GitHub
parent
commit
acfe9d5853
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/matrix-jitsi/templates/web/env.j2

+ 1
- 1
roles/matrix-jitsi/templates/web/env.j2 Vedi File

@@ -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


Caricamento…
Annulla
Salva