mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
83a9ffda37
* Add coturn server
15 lines
482 B
JSON
15 lines
482 B
JSON
[
|
|
{
|
|
"urls": [
|
|
"turn:__DOMAIN__:__TLS_PORT__",
|
|
"turn:__DOMAIN__:__TLS_ALT_PORT__",
|
|
"turn:__DOMAIN__:__TLS_PORT__?transport=tcp",
|
|
"turn:__DOMAIN__:__TLS_ALT_PORT__?transport=tcp",
|
|
"turn:__DOMAIN__:__TLS_PORT__?transport=udp",
|
|
"turn:__DOMAIN__:__TLS_ALT_PORT__?transport=udp"
|
|
],
|
|
"username": "__APP__",
|
|
"credential": "__TURNPWD__",
|
|
"credentialType": "hmac-sha1"
|
|
}
|
|
]
|