services.matrix-synapse.settings.turn_uris

NixOS option

The public URIs of the TURN server to give to clients

type: list of string
Default
[ ]
Example
[
  "turn:turn.example.com:3487?transport=udp"
  "turn:turn.example.com:3487?transport=tcp"
  "turns:turn.example.com:5349?transport=udp"
  "turns:turn.example.com:5349?transport=tcp"
]
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →