luvolondon/fvtt-module-jitsiwebrtc

Error when trying to connect to jitsi

Closed this issue · 5 comments

Error when trying to connect to jitsi

  • Foundry VTT version 0.7.9
  • Jitsi WebRTC client Module version 0.5.5
  • Jitsi Version stable-5765-1
  • Docker 20.10.6
  • Docker-Compose 1.29.1
  • Traefik version 2.4.8

My entire server runs in Docker containers with Traefik as the reverse proxy to handle networking. Foundry and Jitsi are working fine on their own and are accessible through their respective Sub Domains.
When I install the Module I get this error:
error_log_foundry
Here are my settings for the Module:
audio_video_settings
module_settings

Hrmm... The Docker version if Jitsi does some odd things with its config.

Can you try a few things? (Do these one at a time and test between each change, please)

  1. Try setting your MUC URL to muc.meet.jitsi
  2. Try setting your Bosh URL to https://jitsi.askanor.xyz/http-bind
  3. Try setting both 1 and 2 at the same time

If these don't work, is there any chance you could provide me temporary credentials to your jitsi server to test some things? Just the prosody login, no need for SSH or anything like that. I'm on Discord as bekit#4213, or feel free to email me at fvtt-module-help@bekit.net.

send you a mail with the credentials

Okay, I think I figured out the combination that works... The issue seems to be that the docker instance is considering the primary domain to be meet.jitsi, so that's what your user credentials, focus, and MUC all need to be set to. Changing the following should work:

Signaling Server Username: askanor@meet.jitsi

Jitsi MUC URL: muc.meet.jitsi
Jitsi Focus URL: focus.meet.jitsi

image

image

I'm not sure if there's a way to configure the docker instance to use your proper domain name instead of meet.jitsi, but using these settings allowed me to connect with the credentials that you sent.

I heard back that this seems to have resolved the issue! At some point, I may try to do some updated tutorials on the use of the docker images, since it does seem like it sets some odd parameters.

Mazon commented

thank you! for solving my big headache.