services.matrix-synapse.settings.turn_uris

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
<nixpkgs/nixos/modules/services/matrix/synapse.nix>