opentok / opentok-network-test

Sample app to test network connectivity and statistics (bps, packet-lost)
MIT License
112 stars 56 forks source link

Q: How to get all quality level of connections in session #49

Open abdullah opened 4 years ago

abdullah commented 4 years ago

We want to get the subscriber's and publisher's network quality level. But, I think this repository is not same that we want.

We are developing a group-video-call application. We want to show a connection quality indicator for each subscriber. Vonage provides the getStats function but we don't know how to calculate quality level with it.

Do you have any suggestions?

Thanks.