[matrix] update turn server config for Task#12025
This commit is contained in:
parent
cb9ae26793
commit
3ae0c7abf2
3 changed files with 10 additions and 2 deletions
|
|
@ -1154,10 +1154,12 @@ url_preview_accept_language:
|
|||
# The public URIs of the TURN server to give to clients
|
||||
#
|
||||
#turn_uris: []
|
||||
|
||||
turn_uris:
|
||||
- "turn:$TURNHOST:$TURNPORT?transport=tcp"
|
||||
- "turn:$TURNHOST:$TURNPORT?transport=udp"
|
||||
# The shared secret used to compute passwords for the TURN server
|
||||
#
|
||||
#turn_shared_secret: "YOUR_SHARED_SECRET"
|
||||
turn_shared_secret: $TURNSECRET
|
||||
|
||||
# The Username and password if the TURN server needs them and
|
||||
# does not use a token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue