File jvb.conf of Package jitsi-videobridge
stats {
# Enable broadcasting stats/presence in a MUC
enabled = true
transports = [
{ type = "muc" }
]
}
apis {
xmpp-client {
configs {
# Connect to the first XMPP server
xmpp-server-1 {
hostname="${FQDN}"
domain = "auth.${FQDN}"
username = "jvb"
password = "$PASSWORD"
muc_jids = "JvbBrewery@internal.auth.${FQDN}"
# The muc_nickname must be unique across all jitsi-videobridge instances
muc_nickname = "unique-instance-id"
# disable_certificate_verification = true
}
}
}
}
videobridge {
http-servers {
public {
host = 0.0.0.0
port = 9090
send-server-version = false
}
}
stats {
enabled = true
}
websockets {
enabled = true
domain = "${FQDN}:443"
tls = true
}
}