Integrate Callstats.io (or similar) in openvidu browser

Hi,

Is in your roadmap integrate with any third party stats lib like Callstats.io in
(https://github.com/OpenVidu/openvidu/blob/master/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts) ?

openvidu-browser is a great lib because it contains a lot of functionalities but it is complicated to add some extra logic inside the lib. So, we are thinking about if this feature could be interesting for all (making a PR) or is already in product roadmap.

It is not currently in our roadmap, but PRs are very welcome.

Either way, you can access the internal Web API RTCPeerConnection object of each OpenVidu Stream object very easily by calling Stream. getRTCPeerConnection method.

Then you can access all of the native API of this standard object.