When using a scalable installation with multiple videobridges, should the videobridges’ sip-communicator.properties
set org.jitsi.videobridge.xmpp.user.shard-1
, or just org.jitsi.videobridge.xmpp.user.shard
?
I ask because the Debian package sets shard
, but the example config sets shard-1
. I am using shard
on each of my videobridges, which seems to work fine, but I’ve only done some very basic testing.
If shard-1
is required, does each videobridge need a different shard number? Like one being shard-1
, another being shard-2
, etc.
Thanks!