Questions tagged [teamviewer]

TeamViewer is a proprietary computer software package for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. Use this tag for specific programming questions about TeamViewer only. Questions about the general usage of the software are off-topic.

TeamViewer connects to any PC or server around the world within a few seconds. You can remote control your partner's PC as if you were sitting right in front of it.

100 questions
0
votes
1 answer

What are the protocols that are used in teamviewer audio chat?

My country is blocking VOIP, so basically I can't make audio or video chats. However when using Teamviewer, it's always possible to make audio and video conferences, so what I want to know is how is that possible, and what are exactly the VOIP…
0
votes
1 answer

Teamviewer 9: Apply a Password from a .reg-file

I'm currently trying to apply a Password from a reg File for Teamviewer 9. This is my Registry File so far (cut out the Hex Values because they don't really matter for this question): Windows Registry Editor Version…
Paul L.
  • 50
  • 1
  • 9
0
votes
1 answer

creating outlets ,modal ,sague , actions by drag and drop not working while connecting thru teamviewer in xcode

I am creating xcode programming for iphone using swift language . I am working on windows and connecting mac system thru teamviewer. while creating outlets or actions or modals or sague the drag and drop feature not working. I have to manually write…
PRADIP KUMAR
  • 489
  • 1
  • 9
  • 31
0
votes
0 answers

Screen sharing SDK for Android not shares preview

i tried teamviewer's screen sharing sdk, with a camera preview. I have two questions. 1. , Is it possible to programmatically accept incoming connections? 2. , A camera preview not appears on the "second screen" just the rest of the layout, how to…
0
votes
0 answers

Launch program on windows from python script via task scheduler

I have a Python script that launches TeamViewer when a condition is met. When I run the script by double-clicking it or edit with IDLE and choose to run everything works. When the condition is met, TeamViewer is launched with GUI. Task…
0
votes
1 answer

WinPE3 with Teamviewer over LAN - doesn´t connect

for a remote backup and recovery solution, I want to create a WinPE Environment with embedded Teamviewer (newest possible version) Now I found a tutorial which describes this steps. (unfortunately its not english so its just for…
Georg91
  • 29
  • 4
0
votes
1 answer

AutoHotkey ImageSearch failing to find matches

I have servers with an AutoHotkey script running on them, that I access via TeamViewer. Sometimes AutoHotkey fails to match an ImageSearch even when the image it matches is captured from the displayed screen using Windows' Snipping Tool. This only…
Matt
  • 1,377
  • 2
  • 13
  • 26
0
votes
2 answers

Bash Shell: How can I know if TeamViewer has disconnected?

Sometimes TeamViewer disconnects itself (or gets disconnected) from its internet's main servers. I am programming a script that will check if connection is lost and, if yes, kills and reopens the concerned process to make TeamViewer up and running…
Sopalajo de Arrierez
  • 3,543
  • 4
  • 34
  • 52
0
votes
2 answers

vb.net application freezes with TeamViewer

I have been working on an application and found that when connecting remotely via TeamViewer and Radmin, the application freezes. When it freezes, there are no exceptions, the ui is unresponsive and the process DOES NOT hang in resource monitor or…
0
votes
1 answer

Ping Teamviewer Id's

Hi guys i have Teamviewer installed and would like to be able to ping Teamviewer ID's and get a response of the status of that PC. try { string accessToken = "xxxxxxxxxxxxxxxxxxxx"; string Version = "v1"; string tvApiUrl =…
Chris
  • 11
  • 1
  • 3
0
votes
1 answer

Using the TeamViewer API

I am looking to create a C# application that will report on the connections that we make to customers. I am looking into the TeamViewer API, but I cannot get the code below to authenticate: string accessToken = "xxxxxxxxxxxxxxxxxxx"; string…
RooiWillie
  • 2,198
  • 1
  • 30
  • 36
0
votes
3 answers

How to access C:\Program Files\... path of client PC in Asp.NET C#?

I have an Asp.NET web application. I can call and run Teamviewer in my application when running on local. I have a class for call and run TeamViewer. class CallTeamViewer { public static string TeamViewerPath = ""; public static void…
user3107343
  • 2,159
  • 6
  • 26
  • 37
-1
votes
1 answer

Powershell pass variable to ArgumentList

I have some trouble passing a variable to an ArgumentList. I want to install Teamviewer via MSI with powershell: Start-Process 'msiexec.exe' -ArgumentList $tvparams i want to deploy the machine on a Teamviewer-Site and pass the variable…
Tolsn
  • 1
  • 1
-1
votes
1 answer

Yum update error on RHEL 8 with Team Viewer installed: Failed to download metadata for repo 'tvinternal_dev'

I have an Red Hat Enterprise Linux 8.2 as vm guest OS in Hyper-V. And I have installed the TeamViewer 15.5.3. But when I run the update command below: yum update --nobest --skip-broken I got such error: Updating Subscription Management…
Shawn Xiao
  • 560
  • 5
  • 18
-1
votes
1 answer

How can I restart TeamViewer with a button click on Ubuntu?

I'm developing a GUI and I need for the GUI to be able to restart Teamviewer if it crashes. I tried doing this using the kernel commands on a Team Viewer "Cheat Sheet" import tkinter as tk import os import time root =…
Ori Levy
  • 91
  • 7