1
.gitignore
vendido
1
.gitignore
vendido
@@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
*-lock.json
|
||||
*.lock
|
||||
config/ice-servers-default.json
|
||||
|
||||
21
config/ice-servers-public-turn.json
Archivo normal
21
config/ice-servers-public-turn.json
Archivo normal
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
15
config/ice-servers-with-turn.json
Archivo normal
15
config/ice-servers-with-turn.json
Archivo normal
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user