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
ericgaspar 3d0c1298e6
Revert "Merge branch 'testing' into without-turn"
This reverts commit e15d4cbc71, reversing
changes made to 16ba00f162.
2021-02-26 19:30:38 +01:00

11 lines
No EOL
231 B
JSON

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