Good day.
You can set constraints for publishing media in chat room here, see Conference example on GitHub:
var constraints = {
audio: true,
video: false
};
In this case, audio only is published, so you can check audio stats object only.
Please update to latest WCS...