Browse Source

fix(config): Add config for enabling unified-plan support on chromium.

j8
Jaya Allamsetty 3 years ago
parent
commit
eff1d13d21
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      config.js

+ 3
- 0
config.js View File

@@ -82,6 +82,9 @@ var config = {
82 82
     // Media
83 83
     //
84 84
 
85
+    // Enable unified plan implementation support on Chromium based browsers.
86
+    // enableUnifiedOnChrome: false,
87
+
85 88
     // Audio
86 89
 
87 90
     // Disable measuring of audio levels.

Loading…
Cancel
Save