On Mon, Feb 11, 2019 at 7:28 AM murat <[email protected]> wrote:

> Hi,
>
> I did this by updating GuacamoleConfiguration config;
>
> config.setConnectionID(previousConnectionID);
> config.setParameter("read-only", String.valueOf(Boolean.TRUE));
>

Glad you figured it out, and thank you for posting back with your
solution!  The read-only/read-write nature of the connection is controlled
by guacd, and passing that parameter is what signals guacd to make the
connection either view-only or controllable.

-Nick

Reply via email to