Access Control event Listener

Hi,

I have a Java backend and I am writing an access integration using the Mobile Server. I need to be able to listen for either a new Access Event or a State change of the door.

Is there a way do this from the Mobile Server or any other server?

Also, is there a way to get the video clip that was generated when an Access Event happened?

Anyone out there that knows this??

Hi Jose,

Unfortunately, mobile server doesn’t provide a way to listen for door state changes.

You can consider calling “GetAccessControlDoors” command periodically to get doors and their states.

Its is the same for Access Events you can easily get access events with “GetAccessControlEvents” command.

Br, Stoyan

Hi, Stoyan, thanks for the response. Is there another server where I can listen to those door state changes?