From 86c867ea71a558e25cbcd067951fcde81d14e036 Mon Sep 17 00:00:00 2001 From: George Politis Date: Tue, 4 Jul 2017 12:50:21 +0200 Subject: [PATCH] docs: Documents the p2p.useStunTurn option. --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 696da13a2..209cc84e7 100644 --- a/config.js +++ b/config.js @@ -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" },