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
908 stars 282 forks source link

WebRTC Statistics API #257

Open SergioMasson opened 4 years ago

SergioMasson commented 4 years ago

Is there a way to access the WebRTC statistics API using the MixedReality.WebRTC.Native ? Are there any plants to expose this API to the C# Wrapper?

djee-ms commented 4 years ago

Are you looking for PeerConnection.GetSimpleStatsAync()?

SergioMasson commented 4 years ago

Sorry, I was looking only at the API available in v1.0.3. I believe GetSimpleStatesAsync has the information I was looking for. Thank you very much!

djee-ms commented 4 years ago

Yes this was added on master only, will be available in the upcoming v2.0.

SergioMasson commented 4 years ago

Is there a branch where I can pull from and only get the statistics API ? Our development is stable using v1.0.3 and it is been really hard to get it to work using the master branch. We really need access to the statistics API tough.