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 set
Default
{ }
Example
{
  videobridge = {
    ice.udp.port = 5000;
    websockets = {
      enabled = true;
      server-id = "jvb1";
    };
  };
}
declared in: nixos/modules/services/networking/jitsi-videobridge.nixView source on NixOS/nixpkgs →