I am trying to integrate a button into my web application that allows my users to remote connect to pre-defined computers on our network. I am calling:
https://start.teamviewer.com/device/<ID>/authorization/password/mode/control
: However, this method is prompting users for a password, even though we have pre-entered all of our password details against each host.
Is there a way I can either pass through the password details or can TeamViewer use the stored password details and bypass the user prompt?