Here is the workflow what im trying to achieve.
-
I get ALL devices information uding GetConfiguration method.
-
Now i place all devices on map and show their current position and where they look.
-
Now if someone change position of camera, or operator doing something with it, or any other event occurs is there a way that notification system or recording server itself can send API call to my service telling what happened?
I know that you can do this by notification services via email/sms.
But i would like to know is there a way to setup custom send(like API call or socket notification or any other).
Thank you.