CONNECT TO A SINGLE CAMERA

I am developing with component integration (.NET C#). I have a question if it is possible that during authentication a specific camera can be specified so that the web client returns only the video from said camera.

With the MIP SDK Mobile Documentation, is it possible to make a call to a specific camera through an API which brings me the video to show it in a windows form?

If you create a user role that gives permission to one camera and a user belonging to that role, then when the user logs in he will see only that camera. This solution has the advantage that it will have the same effect on Smart Client and on Web Client, the user will have access to a camera, or multiple cameras, based on the user rights configured for the role the user belongs to.

The Milestone Web Client is not open to integration but you can develop your own web client using Mobile SDK, I am however thinking that the best and easiest solution is to use a setup of user roles as I outline above.