Files
ringnet/config/ice-servers-with-turn.json
2025-06-15 13:07:16 +02:00

16 líneas
276 B
JSON

{
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "stun:stun1.l.google.com:19302"
},
{
"urls": "turn:turnserver.example.com:3478",
"username": "your_username",
"credential": "your_password"
}
]
}