Enable Thinfinity® Workspace Features for an OTURL connection
After creating and configuring an OTURL connection, you can also send some parameters on the queryString to enable specific Thinfinity Workspace features for the defined OTURL connection.
Find below the parameters you can configure:
Clipboard
clipboard
Set to false to disable the remote desktop clipboard. The clipboard works only with text.
boolean
true,false
true
Printer
printerenabled
Set to true to enable Thinfinity Workspace PDF printer.
boolean
true,false
false
printersetasdefault
Thinfinity Workspace printer as the remote default printer.
boolean
true,false
true
printername
Specify the printer name that you want to be shown on the remote machine's printer list.
string
name
printerdriver
Mark this option to set Thinfinity Workspace printer as the remote machine default printer.
string
driver
Sound
soundenabled
Set to true to enable remote sound.
boolean
true,false
false
soundquality
Sets the sound quality. 0 = Excellent, 1 = Optimal, 2 = Good and 3 = Poor.
integer
0, 1, 2 or 3
1
Important
To add each parameter to the queryString concatenate an "&" symbol, the name of the parameter, the "=" symbol and the value for the parameter, following this format:
...&password=myPassword&clipboard=false...
Last updated
Was this helpful?