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:
parent
e757a98e10
commit
67b607aeb9
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue