Publisher/Subscriber statistics

Hi,
I would like to have have some statistics to show on my client side with javascript.
Mainly delays, packets lost and so on to give more feedback while doing the video call.
Analyzing the object of OpenVidu from the console, I saw that there is a an object “WebRtcStats” with the property “webRtcStatsEnabled” set to false.
Here a screenshot of what I’m talking about:

In this case I picked the publisher but the same goes for the subscriber.
Is it possible to enable this statistics? I was not able to find anything on the documentation about it.
Right now I have to rely on taking the peerConnection and analyzing the basic statistics from the webRTC api.

Thank you.
Regards.