Network Monitoring

I would like to know if Openvidu provides some type of network monitoring for display in the frontend in real time. Such as packet loss, transfer rate, latency and jitter.

1 Like

You can use native WebRTC stats from RtcPeerConnection:

myPublisher.stream.getRTCPeerConnection()
2 Likes