Merge pull request #1732 from jitsi/stun-turn-4p2p

docs: Documents the p2p.useStunTurn option.
This commit is contained in:
Saúl Ibarra Corretgé 2017-07-05 12:04:43 +02:00 committed by GitHub
commit 4df914194c
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ var config = { // eslint-disable-line no-unused-vars
// connection.
enabled: true,
// The STUN servers that will be used in the peer to peer connections
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
stunServers: [
{ urls: "stun:stun.l.google.com:19302" },
{ urls: "stun:stun1.l.google.com:19302" },