TeamViewer remote access from browser
Hi,
I've implemented different buttons on my Vue.js view, each button is supposed to open a remote connection to a specific computer, stored on a contact list online with its password.
The link is structured like this "https://start.teamviewer.com/123456" (123456 is an Id example) .
The problem is that these links only work on certain computers, only when TeamViewer application is active.
When these link are not working, I mean they still redirects you to the "https://start.teamviewer.com/ but without any id on the textbox and nothing happens.
Each computer registered is accessible from any TeamViewer Application, so there isn't a problem on the contact list, but only on the website link.
Could you suggest me a link to start a remote connection / WebView from browser that works on any Operating System or maybe a link where you can also insert the password?
Thanks in advance