Is there a way to access the number of clients accessing the video feeds via mobile server?

We are using the JS SDK and mobile server to view video. Is there a metric that we can access to see how many clients are accessing the video feeds from the SDK? Can we get this info else where via API?

Hello Mike,

You can use XPMobileSDK.getServerStatus(); to retrieve this information from the Mobile Server. I have demonstrate this in the following very short video: https://youtu.be/rSUB6SACl2c

I hope this helps.

This is good. Somehow I overlooked this. Thanks for your help!