mirror of
https://github.com/YunoHost-Apps/pairdrop_ynh.git
synced 2024-09-03 19:56:16 +02:00
Update rtc_config.json
This commit is contained in:
parent
6edb001325
commit
a28ab1abcd
1 changed files with 1 additions and 4 deletions
|
@ -2,10 +2,7 @@
|
|||
"sdpSemantics": "unified-plan",
|
||||
"iceServers": [
|
||||
{
|
||||
"urls": "stun:stun.l.google.com:19302"
|
||||
},
|
||||
{
|
||||
"urls": "__DOMAIN__:__PORT_TURNSERVER__",
|
||||
"urls": "turn:__DOMAIN__:__PORT_TURNSERVER__",
|
||||
"username": "__APP__",
|
||||
"credential": "__TURNSERVER_PWD__"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue