freebsd-ports/net-im/jitsi-videobridge/files/jitsi-videobridge.conf.sample
Jose Alonso Cardenas Marquez 395d57a73b net-im/jitsi-videobridge: update to 2.1-681
- Add config samples
- Now jitsi-videobridge is init using jvb user
- Modify pkg-message file
PR:		257232
Reported by:	grembo
2022-05-23 21:56:52 -05:00

51 lines
888 B
Text

videobridge {
http-servers {
public {
port = 9090
}
}
websockets {
enabled = true
domain = "jitsi.example.com:443"
tls = true
server-id = "default-id"
}
sctp {
enabled = false
}
stats {
# Enable broadcasting stats/presence in a MUC
enabled = true
transports = [
{ type = "colibri" }
]
}
apis {
xmpp-client {
configs {
xmpp-server-1 {
hostname="localhost"
domain = "auth.jitsi.example.com"
username = "jvb"
password = "supersecret"
muc_jids = "JvbBrewery@internal.auth.jitsi.example.com"
muc_nickname = "unique-instance-id"
# disable_certificate_verification = true
}
}
}
}
ice {
tcp {
enabled = true
port = 4443
}
udp {
port = 10000
}
}
}