mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 17:56:16 -04:00
13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"sdpSemantics": "unified-plan",
|
|
"iceServers": [
|
|
{
|
|
"urls": "stun:<DOMAIN>:3478"
|
|
},
|
|
{
|
|
"urls": "turn:<DOMAIN>:5349",
|
|
"username": "username",
|
|
"credential": "password"
|
|
}
|
|
]
|
|
}
|