1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pairdrop_ynh.git synced 2024-09-03 19:56:16 +02:00
pairdrop_ynh/conf/rtc_config.json
2023-10-08 14:55:33 +02:00

10 lines
195 B
JSON

{
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "turn:__DOMAIN__:__PORT_TURNSERVER__",
"username": "__APP__",
"credential": "__TURNSERVER_PWD__"
}
]
}