Allow Safari (and other browsers) to obtain webrtc stats

I’ve been checking reception stats of webrtc, since it’s something I’m using. I have been able to verify that when I use the Safari browser I don’t get webrtc stats.

Reviewing the file https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/WebRtcStats I have seen that only Chrome, Opera and Firefox browsers are contemplated in obtaining statistics, leaving out one of the most important, Safari.

I have also seen that rtcPeerConnection.getStats is compatible for virtually any browser as indicated in https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/getStats , among them Safari.

Can you incorporate webrtc stats for the Safari browser?, even incorporate the other browsers allowed.