Resolving TeamViewer Microphone Issue for Remote Laptop Control
TeamViewer is a popular remote desktop software that allows users to control another computer remotely. However, sometimes users may encounter issues with the microphone not working during a remote session. This article will cover the steps to resolve the microphone issue for remote laptop control using TeamViewer.
Prerequisites
- Both laptops (Laptop A and Laptop B) have TeamViewer installed.
- Laptop A wants to remotely control Laptop B.
- Both laptops have a working microphone.
Check Microphone Settings in TeamViewer
The first step is to check the microphone settings in TeamViewer. Follow these steps:
- Launch TeamViewer on Laptop A and Laptop B.
- On Laptop A, enter the ID of Laptop B and click "Connect to Partner".
- Once connected, click on the "Audio" tab at the top of the TeamViewer window.
- Make sure "Voice over IP" is enabled and set to "Automatic".
- Under "Play computer sound", select "On this computer" or "On the partner's computer" depending on your preference.
- Under "Microphone", select the correct microphone device.
<html>
<body>
...
<div id="teamviewer-audio-settings">
<label for="voip">Voice over IP</label>
<select id="voip">
<option value="off">Off</option>
<option value="on" selected>On</option>
<option value="automatic">Automatic</option>
</select>
<br/>
<label for="computer-sound">Play computer sound</label>
<select id="computer-sound">
<option value="on-this-computer" selected>On this computer</option>
<option value="on-partner-s-computer">On the partner's computer</option>
</select>
<br/>
<label for="microphone">Microphone</label>
<select id="microphone">
<option value="default" selected>Default</option>
<option value="microphone-1">Microphone 1</option>
<option value="microphone-2">Microphone 2</option>
</select>
</div>
...
</body>
</html>
Check Microphone Settings in Windows
If the microphone settings in TeamViewer are correct, the next step is to check the microphone settings in Windows. Follow these steps:
- On Laptop B, right-click the speaker icon in the taskbar and select "Sound".
- In the "Sound" window, click on the "Recording" tab.
- Make sure the correct microphone device is set as the default device.
- Speak into the microphone and check if the green bars move when you speak.
<html>
<body>
...
<div id="windows-sound-settings">
<h3>Recording</h3>
<table>
<thead>
<tr>
<th>Device</th>
<th>Default</th>
<th>Test</th>
</tr>
</thead>
<tbody>
<tr>
<td>Default</td>
<td><input type="radio" name="device" checked></td>
<td><button>Test</button></td>
</tr>
<tr>
<td>Microphone 1</td>
<td><input type="radio" name="device"></td>
<td><button>Test</button></td>
</tr>
<tr>
<td>Microphone 2</td>
<td><input type="radio" name="device"></td>
<td><button>Test</button></td>
</tr>
</tbody>
</table>
</div>
...
</body>
</html>
Check Microphone Settings in Applications
If the microphone settings in Windows are correct, the next step is to check the microphone settings in the specific application you are using. For example, if you are using Skype for remote communication, follow these steps:
- Launch Skype on Laptop B.
- Click on the three dots in the top right corner and select "Settings".
- Click on "Audio & Video" in the left-hand menu.
- Under "Microphone", select the correct microphone device.
- Speak into the microphone and check if the green bars move when you speak.
<html>
<body>
...
<div id="skype-audio-settings">
<h3>Audio & Video</h3>
<table>
<thead>
<tr>
<th>Device</th>
<th>Test</th>
</tr>
</thead>
<tbody>
<tr>
<td>Default</td>
<td><button>Test</button></td>
</tr>
<tr>
<td>Microphone 1</td>
<td><button>Test</button></td>
</tr>
<tr>
<td>Microphone 2</td>
<td><button>Test</button></td>
</tr>
</tbody>
</table>
</div>
...
</body>
</html>
- Check microphone settings in TeamViewer.
- Check microphone settings in Windows.
- Check microphone settings in specific applications.
References
- TeamViewer Help Center: <https://www.teamviewer.com/en/help/>
- Windows Sound Settings: <https://support.microsoft.com/en-us/windows/change-the-sound-settings-on-your-windows-10-pc-9f6805b3-5efb-a1e2-a2b4-9da3e5e56548>
- Skype Help: <https://support.skype.com/en/>