mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 05:50:00 -04:00
change to blackberry stun servers
This commit is contained in:
parent
b54ef5e1c3
commit
55040abfe4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import { Transport } from "protocol";
|
|||
const rtcConf = {
|
||||
iceServers: [
|
||||
{
|
||||
urls: "stun:stun.l.google.com:19302",
|
||||
urls: "stun:stun.voip.blackberry.com:3478",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const configuration = {
|
||||
iceServers: [
|
||||
{
|
||||
urls: "stun:stun.l.google.com:19302",
|
||||
urls: "stun:stun.voip.blackberry.com:3478",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue