From 4b487e3c89be975e5fa4045dc0cb0ff3dc5f7dc5 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Fri, 26 May 2017 12:06:53 -0500 Subject: [PATCH] config: enable P2P by default --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 4b7223c5f..d32b4c486 100644 --- a/config.js +++ b/config.js @@ -97,7 +97,7 @@ var config = { // eslint-disable-line no-unused-vars // the room. If that succeeds the conference will stop sending data through // the JVB and use the peer to peer connection instead. When 3rd participant // joins the conference will be moved back to the JVB connection. - //enableP2P: true + enableP2P: true // How long we're going to wait, before going back to P2P after // the 3rd participant has left the conference (to filter out page reload) //backToP2PDelay: 5