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

Create ice-servers.json

This commit is contained in:
ericgaspar 2021-01-11 18:34:23 +01:00
parent e9f92c27e1
commit 4483455f88
No known key found for this signature in database
GPG key ID: 574F281483054D44

11
conf/ice-servers.json Normal file
View file

@ -0,0 +1,11 @@
[
{
"urls": [
"turn:turn.example.com:443",
"turn:turn.example.com:443?transport=tcp"
],
"username": "galene",
"credential": "secret",
"credentialType": "hmac-sha1"
}
]