conduit/TURN.md
2022-02-04 19:11:29 +01:00

832 B

Setting up TURN/STURN

General instructions

Edit/Add a few settings to your existing conduit.toml

# Refer to your Coturn settings. 
# `server.name` has to match the REALM setting of your Coturn as well as `transport`.
turn_uris = ["turn:server.name?transport=udp", "turn:server.name?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.