Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to Add Custom XMPP Hostname to Jitsi Env File #37

Open
shymky opened this issue Mar 28, 2024 · 0 comments
Open

Need to Add Custom XMPP Hostname to Jitsi Env File #37

shymky opened this issue Mar 28, 2024 · 0 comments

Comments

@shymky
Copy link

shymky commented Mar 28, 2024

Hello.

We have built our own ARENA and Jitsi server using Docker.
During this process, it was necessary to add the following lines to the Jitsi env file:

XMPP_AUTH_DOMAIN=auth.(JITSI_HOSTNAME)
XMPP_DOMAIN=(JITSI_HOSTNAME)
XMPP_INTERNAL_MUC_DOMAIN=internal-muc.(JITSI_HOSTNAME)
XMPP_MUC_DOMAIN=conference.(JITSI_HOSTNAME)
XMPP_RECORDER_DOMAIN=recorder.(JITSI_HOSTNAME)
XMPP_GUEST_DOMAIN=guest.(JITSI_HOSTNAME)
XMPP_SERVER=xmpp.(JITSI_HOSTNAME)
XMPP_BOSH_URL_BASE=http://xmpp.(JITSI_HOSTNAME):5280

Since the default XMPP hostname for Jitsi differs from our custom Jitsi hostname, it seems necessary to specify the XMPP hostname.

Following the current README results in an error saying "Conference server connection failed!", preventing the sharing of Jitsi video and audio among participants in ARENA scenes.

I believe it would be beneficial to add the above information to the README for users of docker-jitsi-meet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant