|
@@ -64,6 +64,12 @@ var config = {
|
64
|
64
|
// adjusted to 2.5 Mbps. This takes a value between 0 and 1 which determines
|
65
|
65
|
// the probability for this to be enabled.
|
66
|
66
|
// capScreenshareBitrate: 1 // 0 to disable
|
|
67
|
+
|
|
68
|
+ // Enable callstats only for a percentage of users.
|
|
69
|
+ // This takes a value between 0 and 100. A hash value is calculated using the
|
|
70
|
+ // conference name and callstats is enabled if the hash value is less than the
|
|
71
|
+ // the threshold specified here.
|
|
72
|
+ // callStatsThreshold: 5 // enable callstats for 5% of the conferences.
|
67
|
73
|
},
|
68
|
74
|
|
69
|
75
|
// Disables ICE/UDP by filtering out local and remote UDP candidates in
|