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
Éric Gaspar f0f4fef198
Testing (#57)
- Upgrade to version 0.4
2021-09-08 23:27:51 +02:00

11 lines
242 B
JSON

[
{
"urls": [
"turn:turn.example.org:5349",
"turn:turn.example.org:5349?transport=tcp"
],
"username": "galene",
"credential": "secret",
"credentialType": "hmac-sha1"
}
]