fix: Updates the default value of rtcstatsEnabled to match the code. (#10425)
This commit is contained in:
parent
83e22524bc
commit
04b085e062
|
@ -740,7 +740,7 @@ var config = {
|
||||||
// module connects to the provided rtcstatsEndpoint and sends statistics regarding
|
// module connects to the provided rtcstatsEndpoint and sends statistics regarding
|
||||||
// PeerConnection states along with getStats metrics polled at the specified
|
// PeerConnection states along with getStats metrics polled at the specified
|
||||||
// interval.
|
// interval.
|
||||||
// rtcstatsEnabled: true,
|
// rtcstatsEnabled: false,
|
||||||
|
|
||||||
// In order to enable rtcstats one needs to provide a endpoint url.
|
// In order to enable rtcstats one needs to provide a endpoint url.
|
||||||
// rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
|
// rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
|
||||||
|
|
Loading…
Reference in New Issue