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:
schlagmichdoch 2023-04-19 16:50:22 +02:00
parent cae3bb7c7b
commit 2d8bbd5a79
4 changed files with 28 additions and 27 deletions

View file

@ -3,6 +3,11 @@
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "turn:example.com:3478",
"username": "username",
"credential": "password"
}
]
}