Skip to content

Commit

Permalink
Update config.js with new e2eping properties. (#11195)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Mar 22, 2022
1 parent cfb4809 commit b6792d9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -950,14 +950,18 @@ var config = {

// Options related to end-to-end (participant to participant) ping.
// e2eping: {
// // The interval in milliseconds at which pings will be sent.
// // Defaults to 10000, set to <= 0 to disable.
// pingInterval: 10000,
// // Whether ene-to-end pings should be enabled.
// enabled: false,
//
// // The interval in milliseconds at which analytics events
// // with the measured RTT will be sent. Defaults to 60000, set
// // to <= 0 to disable.
// analyticsInterval: 60000,
// // The number of responses to wait for.
// numRequests: 5,
//
// // The max conference size in which e2e pings will be sent.
// maxConferenceSize: 200,
//
// // The maximum number of e2e ping messages per second for the whole conference to aim for.
// // This is used to contol the pacing of messages in order to reduce the load on the backend.
// maxMessagesPerSecond: 250
// },

// If set, will attempt to use the provided video input device label when
Expand Down

0 comments on commit b6792d9

Please sign in to comment.