services.jitsi-videobridge.config
NixOS option
Videobridge configuration. See https://github.com/jitsi/jitsi-videobridge/blob/master/jvb/src/main/resources/reference.conf for default configuration with comments.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/networking/jitsi-videobridge.nixView source on NixOS/nixpkgs →{
videobridge = {
ice.udp.port = 5000;
websockets = {
enabled = true;
server-id = "jvb1";
};
};
}