config: enable P2P by default
This commit is contained in:
parent
70e1bfc6b8
commit
4b487e3c89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue