microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
898 stars 277 forks source link

compute a connection quality using stats #819

Open phwyfve opened 2 years ago

phwyfve commented 2 years ago

I would like to provide a connection quality to the user (from 1 to 5 for example), using the stats available in the library. My first idea was to rely on the RTT, but it is not provided, so I don't know much which parameters I could use to estimate the connection quality. Thanks for helping