Bläddra i källkod

config: add flag to disable the E2EE support

 This is useful for testing insertable streams related issues.
master
Saúl Ibarra Corretgé 5 år sedan
förälder
incheckning
95825dcdd7
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4
    0
      config.js

+ 4
- 0
config.js Visa fil

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

Laddar…
Avbryt
Spara