PairDrop/rtc_config_example-coturn.json

14 lines
231 B
JSON
Raw Normal View History

{
"sdpSemantics": "unified-plan",
"iceServers": [
{
2023-04-24 00:38:01 +02:00
"urls": "stuns:<TURN-DOMAIN>:443"
},
{
2023-04-24 00:38:01 +02:00
"urls": "turns:<TURN-DOMAIN>:443",
"username": "user",
"credential": "password"
}
]
}