Hello
In the Smart client, there is functionality to select a camera from the left hand panel and then choose to send this camera to another smart wall so that all users of that smart wall receive the updated view.
I would like to do the same thing via the SDK but I cannot find a way to do this. There is a “SetCameraInViewCommand” message that can be used but I can’t work out how to get the FQID of the target smart wall.
I have created a background plug-in to achieve this via custom messages but there is a need to deploy this plug-in to all the smart clients etc… which we don’t want to do as this becomes a bigger maintenance job.
Can we achieve this via the built in functionality and if yes, how can I send a given camera to a smart client via the SDK.
Thanks