I am developing a Web-App which uses "react-vnc", a library which gives me the option to render noVNC in React.
When the destination device has only one display, everything works fine.
However when it uses 2 or more displays it renders all of them into one huge canvas.
With the scaleViewport option, the canvas will be scaled down to the webbrowser size.
So i want to ask, is it possible to tell noVNC to show only one display at a time?
Client and Server are running on Win11 machines.
I tried UltraVNC and TightVNC as VNC Server.
I am using a CLI WebSocket to TCP Socket called "wstcp"
regards