mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 23:32:15 +00:00
Change docs to include the usage of our own TURN server instead of the TURN server of the Open Relay Project
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
"iceServers": [
|
||||
{
|
||||
"urls": "stun:stun.l.google.com:19302"
|
||||
},
|
||||
{
|
||||
"urls": "turn:example.com:3478",
|
||||
"username": "username",
|
||||
"credential": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user