Besides the basic parameters to establish the connection and the configuration parameters, you can also send some parameters on the queryString to enable ThinRDP features. Find below how you the parameters you need to send in order to enable and configure ThinRDP features for the One-Time-URL connection:
Clipboard:
Parameter
|
What it means
|
Type/format
|
Default
|
clipboard
|
Set to false to disable the remote desktop clipboard. The clipboard works only with texts.
|
boolean
true,false
|
true
|
Printer:
Parameter
|
What it means
|
Type/format
|
Default
|
printerenabled
|
Set to true to enable ThinRDP PDF printer.
|
boolean
true,false
|
false
|
printersetasdefault
|
ThinRDP 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 ThinRDP printer as the remote machine default printer.
|
string
driver
|
|
Sound:
Parameter
|
What it means
|
Type/format
|
Default
|
soundenabled
|
Set to true to enable remote sound.
|
boolean
true,false
|
false
|
soundquality
|
Sets the sound quality to be used. 0 = Excellent, 1 = Optimal, 2 = Good and 3 = Poor.
|
integer
0, 1, 2 or 3
|
1
|
|
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...
|
|