You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/teams-on-avd.md
+58-3Lines changed: 58 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use Microsoft Teams on Azure Virtual Desktop - Azure
3
3
description: How to use Microsoft Teams on Azure Virtual Desktop.
4
4
author: Heidilohr
5
5
ms.topic: how-to
6
-
ms.date: 10/21/2022
6
+
ms.date: 01/19/2023
7
7
ms.author: helohr
8
8
manager: femila
9
9
---
@@ -33,11 +33,11 @@ For more information about which features Teams on Azure Virtual Desktop support
33
33
34
34
This section will show you how to install the Teams desktop app on your Windows 10 or 11 Enterprise multi-session or Windows 10 or 11 Enterprise VM image. To learn more, check out [Install or update the Teams desktop app on VDI](/microsoftteams/teams-for-vdi#install-or-update-the-teams-desktop-app-on-vdi).
35
35
36
-
### Prepare your image for Teams
36
+
### Enable media optimization for Teams
37
37
38
38
To enable media optimization for Teams, set the following registry key on the host VM:
39
39
40
-
1. From the start menu, run **Registry Editor** as an administrator. Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Teams`. Create the Teams key if it doesn't already exist.
40
+
1. From the start menu, run **Registry Editor** as an administrator. Go to `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Teams`. Create the Teams key if it doesn't already exist.
41
41
42
42
2. Create the following value for the Teams key:
43
43
@@ -125,6 +125,61 @@ After installing the WebSocket Service and the Teams desktop app, follow these s
125
125
126
126
If optimizations don't load, uninstall then reinstall Teams and check again.
127
127
128
+
## Enable registry keys for optional features
129
+
130
+
If you want to use certain optional features for Teams on Azure Virtual Desktop, you'll need to enable certain registry keys. The following instructions only apply to Windows client devices and session host VMs.
131
+
132
+
### Enable hardware encode for teams on Azure Virtual Desktop
133
+
134
+
Hardware encode lets you increase video quality for the outgoing camera during Teams calls. In order to enable this feature, your client will need to be running version 1.2.3213 or later of the [Windows Desktop client](whats-new-client-windows.md). You'll need to repeat the following instructions for every client device.
135
+
136
+
To enable hardware encode:
137
+
138
+
1. On your client device, from the start menu, run **Registry Editor** as an administrator.
139
+
1. Go to `HKCU\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\WebRTC Redirector`.
140
+
1. Add the **UseHardwareEncoding** as a DWORD value.
141
+
1. Set the value to **1** to enable the feature.
142
+
1. Repeat these instructions for every client device.
143
+
144
+
### Enable content sharing for Teams for Remote App
145
+
146
+
Enabling content sharing for Teams on Azure Virtual Desktop lets you share your screen or application window. To enable this feature, your session host VM needs to be running version 1.31.2211.15001 or later of [the WebRTC service](whats-new-webrtc.md) and version 1.2.3401 or later of the [Windows Desktop client](whats-new-client-windows.md).
147
+
148
+
To enable content sharing:
149
+
150
+
1. On your session host VM, from the start menu, run **Registry Editor** as an administrator.
151
+
1. Go to `HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\WebRTC Redirector\Policy`.
152
+
1. Add the **ShareClientDesktop** as a DWORD value.
153
+
1. Set the value to **1** to enable the feature.
154
+
155
+
### Disable desktop screen share for Teams for Remote App
156
+
157
+
You can disable desktop screen sharing for Teams on Azure Virtual Desktop. To enable this feature, your session host VM needs to be running version 1.31.2211.15001 or later of [the WebRTC service](whats-new-webrtc.md) and version 1.2.3401 or later of the [Windows Desktop client](whats-new-client-windows.md).
158
+
159
+
>[!NOTE]
160
+
>You must [enable the ShareClientDesktop key](#enable-content-sharing-for-teams-for-remote-app) before you can use this key.
161
+
162
+
To disable desktop screen share:
163
+
164
+
1. On your session host VM, from the start menu, run **Registry Editor** as an administrator.
165
+
1. Go to `HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\WebRTC Redirector\Policy`.
166
+
1. Add the **DisableRAILScreensharing** as a DWORD value.
167
+
1. Set the value to **1** to disable desktop screen share.
168
+
169
+
### Disable application window sharing for Teams for Remote App
170
+
171
+
You can disable application window sharing for Teams on Azure Virtual Desktop. To enable this feature, your session host VM needs to be running version 1.31.2211.15001 or later of [the WebRTC service](whats-new-webrtc.md) and version 1.2.3401 or later of the [Windows Desktop client](whats-new-client-windows.md).
172
+
173
+
>[!NOTE]
174
+
>You must [enable the ShareClientDesktop key](#enable-content-sharing-for-teams-for-remote-app) before you can use this key.
175
+
176
+
To disable application window sharing:
177
+
178
+
1. On your session host VM, from the start menu, run **Registry Editor** as an administrator.
179
+
1. Go to `HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\WebRTC Redirector\Policy`.
180
+
1. Add the **DisableRAILAppSharing** as a DWORD value.
181
+
1. Set the value to **1** to disable application window sharing.
182
+
128
183
## Customize Remote Desktop Protocol properties for a host pool
129
184
130
185
Customizing a host pool's Remote Desktop Protocol (RDP) properties, such as multi-monitor experience or enabling microphone and audio redirection, lets you deliver an optimal experience for your users based on their needs.
0 commit comments