config: add flag to disable the E2EE support
This is useful for testing insertable streams related issues.
This commit is contained in:
parent
a61f272303
commit
95825dcdd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue