To get the PTZ position of a device, there is a MessageId.Control.PTZGetAbsoluteRequest which must be called from EnvironmentManager.Instance.SendMessage.
Is it also possible to do this when connected to the top node of a federation and get the positions of the devices in sub nodes?
Can we use MessageCommunication to get the positions?
If no to all the above, can you consider add a method to MultiEnvironment or to UserContext so we can make calls to EnvironmentManager.Instance.SendMessage?
Thanks.