mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-04 18:08:53 +01:00
838 B
838 B
Setting up TURN/STURN
General instructions
- It is assumed you have a Coturn server up and running. See Synapse reference implementation.
Edit/Add a few settings to your existing conduit.toml
# Refer to your Coturn settings.
# `your.turn.url` has to match the REALM setting of your Coturn as well as `transport`.
turn_uris = ["turn:your.turn.url?transport=udp", "turn:your.turn.url?transport=tcp"]
# static-auth-secret of your turnserver
turn_secret = "ADD SECRET HERE"
# If you have your TURN server configured to use a username and password
# you can provide these information too. In this case comment out `turn_secret above`!
#turn_username = ""
#turn_password = ""
Apply settings
Restart Conduit.