Add Teams & Zoom Optimization to Citrix Workspace (If You Skipped It at Install)
A common mix-up: people expect Teams and Zoom to be tick-boxes during the Citrix Workspace app (CWA) install, then worry they “missed” them. They’re not — CWA optimizes each app differently. Here’s what’s actually selectable at install, and how to add Teams and Zoom optimization after the fact.
Adding a Workspace app component you skipped
The CWA installer’s optional components are things like Single Sign-On (SSON), Citrix Enterprise Browser, and (on older builds) App Protection — not Teams/Zoom. If you skipped one, you don’t have to uninstall:
- Re-run
CitrixWorkspaceApp.exeover the existing install — it lets you add components, or - Use the command line to add specific components (mandatory ones come along automatically):
CitrixWorkspaceApp.exe ADDLOCAL=ReceiverInside,ICA_Client,SSON,CitrixEnterpriseBrowser,WebHelper
Note: since CWA 2212, App Protection is installed by default, so
AppProtectionis no longer a validADDLOCALvalue (older builds used the/includeappprotectionswitch).
Microsoft Teams: enable the new (SlimCore) VDI optimization
Teams optimization is built into CWA + the Citrix VDA — there’s no Teams option in the CWA installer. Modern (“new”) Teams uses Microsoft’s SlimCore VDI engine:
- Endpoint: run a current Citrix Workspace app that supports SlimCore. The optimization installs a small VDI plugin DLL alongside CWA that bootstraps the SlimCore media engine — no separate big installer.
- VDA side (Citrix policy): the SlimCore solution uses custom virtual channels that must be allow-listed in a machine-wide Citrix policy (Citrix Studio) for optimization to engage.
- In Teams: check the connection details show “Citrix HDX Media Optimized” / SlimCore.
Heads-up on timing: the legacy WebRTC Teams optimization is on the way out (Microsoft’s end-of-support is October 1, 2026), so deploy the new SlimCore VDI optimization rather than the old path.
Zoom: install the matching Zoom VDI plugin
Zoom optimization is not part of CWA either. It’s a two-piece design:
- The Zoom VDI app runs on the virtual desktop (server side).
- The Zoom VDI plugin must be installed on the endpoint (the local PC/thin client) — it requires CWA to be present for the optimization to work.
The key rule: the plugin version must be equal to or lower than the Zoom VDI app version on the desktop — a newer plugin than the host app is not supported. In many setups the session prompts to download and install the plugin on the endpoint (it briefly disconnects to do so).
FAQ
I never saw a Teams/Zoom checkbox during install — did I do it wrong? No. Neither is a CWA install option. Teams is optimized by CWA+VDA (enable SlimCore as above); Zoom needs its separate VDI plugin on the endpoint.
Optimization isn’t kicking in for Teams. Usually the VDA-side virtual channels aren’t allow-listed in the Citrix policy (step 2), or the CWA version is too old for SlimCore. Confirm both, then recheck the in-app status.
Zoom call quality is poor / not optimized. Almost always a version mismatch — the endpoint plugin is newer than the VDI app, which isn’t supported. Match the plugin to (or below) the host Zoom VDI app version.
Sources: Citrix — Install and uninstall (ADDLOCAL components), Microsoft Learn — New VDI solution for Teams (SlimCore), Citrix — Microsoft SlimCore Optimization, Zoom Support — VDI releases and downloads / managing the VDI plugin version