jiti-meet/react/features/rtcstats
George Politis 289ece42df feat(logging): Store JS console logs in RTCStats.
With this commit JS console logs can optionally be sent to the RTCstats server
for storage and processing.

The functionality is off by default and can be enabled by setting to `true` the
config.js option

    config.analytics.rtcstatsStoreLogs: false // off by default

Obviously, if rtcstats is disabled/not configured nothing will be sent to the
rtcstats backend, even if this setting is set to `true`.

This commit also adds a config.js option that can be used to disable sending the
logs back to callstats:

    config.callstatsStoreLogs: true // on by default

Obviously, if callstats is disabled nothing would be sent in the first place,
but if callstats is enabled and this new configuration parameter is set to
`false`, then callstats will be kept active but no logs will be sent to
callstats.
2022-08-26 14:19:48 +03:00
..
RTCStats.js feat(logging): Store JS console logs in RTCStats. 2022-08-26 14:19:48 +03:00
functions.js feat(rtcstats): send dominant speaker stats (#9883) 2021-09-07 16:20:50 +03:00
index.js feat(rtcstats): Integrate rtcstats (#6945) 2020-07-15 18:22:00 +03:00
logger.js feat(rtcstats): Integrate rtcstats (#6945) 2020-07-15 18:22:00 +03:00
middleware.js update(rtcstats): fix one more left over comment around poll intervall (#12036) 2022-08-17 12:58:09 -07:00