Jan 05 2020 09:21 AM
Why the heck aren't there any audio input devices for this yet? If this is going to be beneficial for corporations, then we need to be able to use softphones via our WVD instances. Otherwise, what's the point???
Jan 27 2020 04:01 PM
Solution@WhitneyPrice: From your post it is not clear which OS you are remoting from. See this article to understand which client platform supports microphone redirections: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-deskto...
For feature requests go to any other client than Windows go to: https://remotedesktop.uservoice.com/forums/911494-remote-desktop-web-client
The client for Windows has an in-app feedback button which redirects to feedback hub.
Jan 28 2020 10:55 AM
Have you tried setting the audio redirection (microphone) to true for your host pool?
I believe by default it is turned off... You can add this property to the host pool with powershell (in addition to most other RDP properties)
Set-RdsHostPool -TenantName <TenantName> -HostPoolName <HostPoolName> -CustomRdpProperty 'audiocapturemode:i:1;'
Jan 27 2020 04:01 PM
Solution@WhitneyPrice: From your post it is not clear which OS you are remoting from. See this article to understand which client platform supports microphone redirections: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-deskto...
For feature requests go to any other client than Windows go to: https://remotedesktop.uservoice.com/forums/911494-remote-desktop-web-client
The client for Windows has an in-app feedback button which redirects to feedback hub.