Can I get a/v freeze related stat, like freezeCount?

As I know, there are some a freeze related statistics in WebRTC Stat standard:

Is there any similar metric or API I can use to get these information?
If any, is audio included? or video only?

Thanks in acvance!

If browser generates those stats then you get them when calling getStats() in the corresponding mediasoup-client Consumer (assuming it is about video reception). So not sure what the question is.