mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-06-15 02:34:59 -04: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:
parent
cae3bb7c7b
commit
2d8bbd5a79
4 changed files with 28 additions and 27 deletions
|
@ -3,6 +3,11 @@
|
|||
"iceServers": [
|
||||
{
|
||||
"urls": "stun:stun.l.google.com:19302"
|
||||
},
|
||||
{
|
||||
"urls": "turn:example.com:3478",
|
||||
"username": "username",
|
||||
"credential": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue