PairDrop/rtc_config_example-coturn.json

14 lines
223 B
JSON
Raw Normal View History

{
"sdpSemantics": "unified-plan",
"iceServers": [
{
2023-04-24 23:28:49 +02:00
"urls": "stuns:<DOMAIN>:5349"
},
{
2023-04-24 23:28:49 +02:00
"urls": "turns:<DOMAIN>:5349",
"username": "user",
"credential": "password"
}
]
}