Network quality for all participants

Hello,

I have read about the Network quality API and WebRTC quality assessment in general, and I have one question that I am unable to find answer for.

Let’s say that we have three participants and that they are all publishers. Now, I see that it is possible to indicate network quality between client and server (so that each participant can have an indicator of its own network quality), but I am interested to know whether other clients can see (have information about) network quality of other participants?

For example, I would like to see if other participants in a call have some network issues (even if I don’t have them :slight_smile: ). Is something like this even possible?

Thank you in advance!

AFAIK this is the main feature of OpenVidu Network Quality.

A new event will be emitted when the quality value of a participant has changed from the previous one.

Everything is explained here OpenVidu Docs

1 Like

Thank you very much for quick response, it looks like I wasn’t paying enough attention to the example and the surrounding text :slight_smile:

Thanks!