Forum Discussion
User-101_user-101
May 13, 2019Copper Contributor
Microphone default setting
Hi, I've set up a working WVD enviroment with 2 pools. For my project I need to use skype on the host machines, the installation went fine but skype couldn't connect to my microphone. I s...
Christian_Montoya
Microsoft
May 15, 2019User-101_user-101 : You can add this setting in the RDP file by setting the "CustomRdpProperty" on the host pool:
Set-RdsHostPool -TenantName <tenantName> -HostPoolName <hostPoolName> -CustomRdpProperty "audiocapturemode:i:1"
User-101_user-101
May 16, 2019Copper Contributor
Christian_Montoya Totally missed that option in the documentation. Your answer indeed solved my probleme. Thanks a lot.
- delcemtMar 21, 2020Copper Contributor
User-101_user-101 Did you get this to work after setting the property id? speaker and mic?