PairDrop/rtc_config_example-coturn.json

14 lines
223 B
JSON

{
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "stuns:<DOMAIN>:5349"
},
{
"urls": "turns:<DOMAIN>:5349",
"username": "user",
"credential": "password"
}
]
}