Playback Stats, are they accessible?

Hello, i was uncertain of which topic this would fall under so first of all I apologise if this doesn’t belong here.

I am coding a Chrome extension and want to use the playback stats Twitch so kindly provide us with.
I can see them in the console defined by their class name for example “js-stat-buffer-size” and have tried to trace this back to a variable that actually holds the value, everything seems to be undefined rather than holding the actual buffersize. I would like to use it in a way such as If(buffertimeVariable <2){do something}; Else If{};

Is there a variable holding the values I can use in a simple JavaScript loop or are these stats not defined in a way I can use them?

Thanks In Advance
-Ashley

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.