Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-06-17 00:16:29 +02:00
padre 303b3fa9f7
commit b5e4b9a8ac
Se han modificado 3 ficheros con 37 adiciones y 0 borrados

1
.gitignore vendido
Ver fichero

@@ -1,3 +1,4 @@
node_modules
*-lock.json
*.lock
config/ice-servers-default.json

Ver fichero

@@ -0,0 +1,21 @@
{
"iceServers": [
{
"urls": [
"stun:stun.l.google.com:19302",
"stun:stun1.l.google.com:19302",
"stun:stun2.l.google.com:19302"
]
},
{
"urls": "turn:openrelay.metered.ca:80",
"username": "openrelayproject",
"credential": "openrelayproject"
},
{
"urls": "turn:openrelay.metered.ca:443",
"username": "openrelayproject",
"credential": "openrelayproject"
}
]
}

Ver fichero

@@ -0,0 +1,15 @@
{
"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"
}
]
}