config: enable P2P by default

This commit is contained in:
paweldomas 2017-05-26 12:06:53 -05:00 committed by Дамян Минков
parent 70e1bfc6b8
commit 4b487e3c89
1 changed files with 1 additions and 1 deletions

View File

@ -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 room. If that succeeds the conference will stop sending data through
// the JVB and use the peer to peer connection instead. When 3rd participant // the JVB and use the peer to peer connection instead. When 3rd participant
// joins the conference will be moved back to the JVB connection. // 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 // 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) // the 3rd participant has left the conference (to filter out page reload)
//backToP2PDelay: 5 //backToP2PDelay: 5