mirror of
https://github.com/YunoHost-Apps/pairdrop_ynh.git
synced 2024-09-03 19:56:16 +02:00
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"sdpSemantics": "unified-plan",
|
|
"iceServers": [
|
|
{
|
|
"urls": "turn:__DOMAIN__:__PORT_TURNSERVER__",
|
|
"username": "__APP__",
|
|
"credential": "__TURNSERVER_PWD__"
|
|
}
|
|
]
|
|
}
|