Requesting current recording state

Hi, I want to be able to get the current recording state of a device via Component Integration.

I can’t rely on listening for events for this as the application may not be always running, or may have started after recording has started, or indeed stopped.

Is this possible?

If using c-code servers you can use the Status API. Have a look at the component sample Status Console.

http://doc.developer.milestonesys.com/html/index.html?base=samples/statusdemoconsole_sample.html&tree=tree_2.html

Hi Bo,

Thanks for that, it works great.