opentok / opentok-react-native

OpenTok React Native - a library for OpenTok iOS and Android SDKs
https://tokbox.com/
MIT License
210 stars 155 forks source link

Get Audio and Video Stats #678

Closed jcurve1 closed 9 months ago

jcurve1 commented 1 year ago

Similar to the Android Sdk or the JS web sdk, is it possible to access the Stats Api of this library so that we can show things like

"Excellent Connection" "Poor Connection"

... etc

?


For feature requests, please fill out the feature request template


For bug reports, please fill out the bug report issue template

jcurve1 commented 1 year ago

I could not seem to find a way yet I think the underlying stuff might support this

jeffswartz commented 1 year ago

We are adding getRtcStatsReport() methods for the Publisher and Subscriber. The PR is in review: https://github.com/opentok/opentok-react-native/pull/668.

marinaserranomontes commented 9 months ago

Hi @jcurve1

The method getRtcStatsReport() was added in v2.25.3. Current latest version is v2.26.1.

Thanks