Hi,
I’m using XProtect smart client 2023 R1 with SDK version 23.1.1
I want using the SDK to switch from Live to Playback
When the client is loaded on Playback and I do this line:
ClientControl.Instance.GetWorkSpaceItems()
I don’t get the Live workspace, and when the client loaded on Live and I do this line:
ClientControl.Instance.GetWorkSpaceItems()
I don’t get the Playback workspace
so the result is that I can’t switch workspaces.
how do I do it?
