Update STUN/TURN server config

This commit is contained in:
Sergiu Toma 2021-02-17 14:34:10 +02:00
parent d8f7caa6b1
commit 092f68df81
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ var socket, stream;
var config = {
iceServers: [{
//urls: [ "stun:numb.viagenie.ca"
urls: [ "stun:dev.linx.safemobile.com:19302" ]
urls: [ "stun:dev.linx.safemobile.com" ]
}, {
//username: "claudiustancu@outlook.com",
username: "sergiu",
@ -46,7 +46,7 @@ var config = {
credential: "test123",
urls: [
// "turn:numb.viagenie.ca"
"turn:dev.linx.safemobile.com:19302"
"turn:dev.linx.safemobile.com"
]
}],