Browse Source

fix(config, docs) document feedbackPercentage

j8
Дамян Минков 4 years ago
parent
commit
6b66c8dd20
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      config.js

+ 4
- 0
config.js View File

@@ -456,6 +456,10 @@ var config = {
456 456
     // Enables sending participants' emails (if available) to callstats and other analytics
457 457
     // enableEmailInStats: false,
458 458
 
459
+    // Controls the percentage of automatic feedback shown to participants when callstats is enabled.
460
+    // The default value is 100%. If set to 0, no automatic feedback will be requested
461
+    // feedbackPercentage: 100,
462
+
459 463
     // Privacy
460 464
     //
461 465
 

Loading…
Cancel
Save