opentok/opentok-react-native

Get Audio and Video Stats

Closed this issue · 3 comments

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

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

We are adding getRtcStatsReport() methods for the Publisher and Subscriber. The PR is in review: #668.

Hi @jcurve1

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

Thanks