change domains, ports and ip-addresses

This commit is contained in:
Jakobus Schürz (admin) 2023-04-24 23:28:49 +02:00
parent 5fcbcaa8c8
commit 5c77cdd34c
2 changed files with 7 additions and 6 deletions

View file

@ -2,10 +2,10 @@
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "stuns:<TURN-DOMAIN>:443"
"urls": "stuns:<DOMAIN>:5349"
},
{
"urls": "turns:<TURN-DOMAIN>:443",
"urls": "turns:<DOMAIN>:5349",
"username": "user",
"credential": "password"
}