mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 13:50:01 -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 = {
|
const rtcConf = {
|
||||||
iceServers: [
|
iceServers: [
|
||||||
{
|
{
|
||||||
urls: "stun:stun.l.google.com:19302",
|
urls: "stun:stun.voip.blackberry.com:3478",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
const configuration = {
|
const configuration = {
|
||||||
iceServers: [
|
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