Forum Discussion
Emre_Gurel
Mar 18, 2020Copper Contributor
Microphone not found in WVD (Teams and Skype)
Hello, we are facing an microphone redirect issue for our WVD Host pool. We are connecting to our WVD via the RemoteDesktop app client. In Teams and Skype the microphone is greyed out and not found...
delcemt
Mar 21, 2020Copper Contributor
We are in same boat. Have you opened a ticket with Microsoft support? Where did you set the rdp property - in host pool group or the vm?
Emre_Gurel
Mar 22, 2020Copper Contributor
delcemt
Hi,
I solved the problem. Microphone and audio redirection now works in Azure WVD (Skype and Teams).
I done following to fix it:
1. Apply RDP properties on host pool level:
$properties="audiocapturemode:i:1;audiomode:i:0"
Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty $properties
2. Reboot all Vms in the host pool.
3. Redirection only works with the RemoteDesktop app not over Webclient.
- delcemtMar 22, 2020Copper Contributor
Emre_Gurel I applied those same properties and still the mic is not detected. Do you get same as pic below?