Fediversity/matrix/synapse/conf.d/turn.yaml

10 lines
237 B
YAML
Raw Normal View History

# This configures the connection to the TURN server
turn_shared_secret: "<secure key>"
turn_uris:
2024-11-27 18:18:49 +01:00
- "turn:turn.example.com?transport=udp"
- "turn:turn.example.com?transport=tcp"
turn_user_lifetime: 86400000
turn_allow_guests: true