change to blackberry stun servers

This commit is contained in:
Percs 2024-08-16 04:28:29 -05:00
parent b54ef5e1c3
commit 55040abfe4
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import { Transport } from "protocol";
const rtcConf = { const rtcConf = {
iceServers: [ iceServers: [
{ {
urls: "stun:stun.l.google.com:19302", urls: "stun:stun.voip.blackberry.com:3478",
}, },
], ],
}; };

View file

@ -1,7 +1,7 @@
const configuration = { const configuration = {
iceServers: [ iceServers: [
{ {
urls: "stun:stun.l.google.com:19302", urls: "stun:stun.voip.blackberry.com:3478",
}, },
], ],
}; };