|
@@ -66,10 +66,9 @@ var config = {
|
66
|
66
|
// capScreenshareBitrate: 1 // 0 to disable
|
67
|
67
|
|
68
|
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.
|
|
69
|
+ // This takes a value between 0 and 100 which determines the probability for
|
|
70
|
+ // the callstats to be enabled.
|
|
71
|
+ // callStatsThreshold: 5 // enable callstats for 5% of the users.
|
73
|
72
|
},
|
74
|
73
|
|
75
|
74
|
// Disables ICE/UDP by filtering out local and remote UDP candidates in
|