mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Fix metronome
This commit is contained in:
parent
175ceb7654
commit
516d3598ed
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ VirtualHost "__DOMAIN__"
|
|||
external_services = {
|
||||
["__DOMAIN__"] = {
|
||||
{ type = "stun", port = "4446", trasport = "udp" },
|
||||
{ type = "stun", port = "4446", trasport = "tcp" }
|
||||
{ type = "stun", port = "4446", trasport = "tcp" },
|
||||
{ type = "turn", port = "4446", transport = "udp", turn_secret = "__TURN_SECRET__", turn_ttl = "86400" },
|
||||
{ type = "turns", port = "443", transport = "tcp", turn_secret = "__TURN_SECRET__", turn_ttl = "86400" },
|
||||
{ type = "turns", port = "443", transport = "tcp", turn_secret = "__TURN_SECRET__", turn_ttl = "86400" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue