|
@@ -245,8 +245,11 @@ var config = {
|
245
|
245
|
// Stats
|
246
|
246
|
//
|
247
|
247
|
|
248
|
|
- // Whether to enable stats collection or not.
|
249
|
|
- // disableStats: false,
|
|
248
|
+ // Whether to enable stats collection or not in the TraceablePeerConnection.
|
|
249
|
+ // This can be useful for debugging purposes (post-processing/analysis of
|
|
250
|
+ // the webrtc stats) as it is done in the jitsi-meet-torture bandwidth
|
|
251
|
+ // estimation tests.
|
|
252
|
+ // gatherStats: false,
|
250
|
253
|
|
251
|
254
|
// To enable sending statistics to callstats.io you must provide the
|
252
|
255
|
// Application ID and Secret.
|