jitsi: join with only audio

This commit is contained in:
Jan Koppe 2024-01-27 13:15:03 +01:00
parent 3769e86703
commit 607a39ce7e
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ resource "docker_service" "jitsi_web" {
XMPP_GUEST_DOMAIN = "guest.meet.jitsi",
XMPP_MUC_DOMAIN = "muc.meet.jitsi",
XMPP_RECORDER_DOMAIN = "recorder.meet.jitsi",
START_AUDIO_ONLY = "true",
}
}
}