1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-09-15 18:57:03 +00:00

fix: put correct turn config in docs

This commit is contained in:
lalalal 2025-09-15 00:15:28 -03:00
parent e757a98e10
commit 67b607aeb9

View file

@ -7,7 +7,7 @@
## Edit/Add a few settings to your existing conduit.toml ## Edit/Add a few settings to your existing conduit.toml
``` ```
[turn] [global.turn]
# Refer to your Coturn settings. # Refer to your Coturn settings.
# `your.turn.url` has to match the REALM setting of your Coturn as well as `transport`. # `your.turn.url` has to match the REALM setting of your Coturn as well as `transport`.
uris = ["turn:your.turn.url?transport=udp", "turn:your.turn.url?transport=tcp"] uris = ["turn:your.turn.url?transport=udp", "turn:your.turn.url?transport=tcp"]