1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
galene_ynh/conf/ice-servers.json

12 lines
242 B
JSON
Raw Normal View History

[
{
"urls": [
2021-09-08 23:27:51 +02:00
"turn:turn.example.org:5349",
"turn:turn.example.org:5349?transport=tcp"
],
2021-09-08 23:27:51 +02:00
"username": "galene",
"credential": "secret",
"credentialType": "hmac-sha1"
}
]