mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 09:46:19 -04:00
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"sdpSemantics": "unified-plan",
|
|
"iceServers": [
|
|
{
|
|
"urls": "stuns:<TURN-DOMAIN>:443"
|
|
},
|
|
{
|
|
"urls": "turns:<TURN-DOMAIN>:443",
|
|
"username": "user",
|
|
"credential": "password"
|
|
}
|
|
]
|
|
}
|