mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
remove openrelayproject from rtc_config
This commit is contained in:
parent
2aeadb44e2
commit
d0046e83cb
2 changed files with 0 additions and 16 deletions
8
index.js
8
index.js
|
@ -63,14 +63,6 @@ const rtcConfig = process.env.RTC_CONFIG
|
|||
"iceServers": [
|
||||
{
|
||||
"urls": "stun:stun.l.google.com:19302"
|
||||
},
|
||||
{
|
||||
"urls": "stun:openrelay.metered.ca:80"
|
||||
},
|
||||
{
|
||||
"urls": "turn:openrelay.metered.ca:443",
|
||||
"username": "openrelayproject",
|
||||
"credential": "openrelayproject"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue