MyNixOS website logo
option

services.lasuite-meet.settings.LIVEKIT_API_URL

URL to the livekit server.

Declarations
Type
null or string
Default
if cfg.enableNginx && cfg.livekit.enable then
  "http://$${cfg.domain}/livekit"
else
  null