Oct 10 2019 01:51 AM
Hello Everyone,
I am looking for any tips that will allow me to install and use Teams and Skype for Business on Azure Windows Virtual Desktop? Is this available?
Currently after installation apps do not see microphone or camera - web browser is not asking me about permissions for microphone and camera.
Regards,
Wojciech
Oct 10 2019 02:52 AM
Nov 21 2019 12:19 PM
@mrktos Hi - did you experience any issues using Teams conferencing/calling in this virtualised environment?
Dec 03 2019 05:23 AM - edited Dec 03 2019 05:26 AM
Hey @wtms,
It is working perfect. I am amazed of the sound quality. There is practiclly no delay in the conversation.
On the tenent level you will have to run the following commands to redirect the voice and possibly camera if you want to the end user host:
1. Connect to the VDI:
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
2. Set the options on your Host Pool:
$properties="<property1>;<property2>;<property3>"
Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty $properties
For the properties please use the following:
audiocapturemode:i:1
audiomode:i:0
Here are the links to the documentation:
https://docs.microsoft.com/en-us/azure/virtual-desktop/customize-rdp-properties
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files
Regards,
mrktos
Jan 08 2020 01:42 AM
Jan 08 2020 05:13 AM
Jan 24 2020 12:15 AM
do we need to install teams individually for every user, as i installed teams on my session-host but when my other user logs in into his/her desktop , teams is not visible. I am using WVD environment and i have one session host in my environment@mrktos
Feb 02 2020 08:38 AM
Mar 12 2020 12:45 PM
@mrktos How did you install this package? Can this be installed on the image and deploy to the hostpools?
Mar 15 2020 07:43 AM
Does this solution works also for Skype for Business and not only Teams? @mrktos
Mar 18 2020 06:22 AM