config: add flag to disable the E2EE support

This is useful for testing insertable streams related issues.
This commit is contained in:
Saúl Ibarra Corretgé 2020-07-03 12:36:51 +02:00 committed by Saúl Ibarra Corretgé
parent a61f272303
commit 95825dcdd7
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ var config = {
//
testing: {
// Disables the End to End Encryption feature. Useful for debugging
// issues related to insertable streams.
// disableE2EE: false,
// P2P test mode disables automatic switching to P2P when there are 2
// participants in the conference.
p2pTestMode: false