Forum Discussion
Teams New Meeting Experience still not showing up
- Nov 05, 2020
My team worked with Microsoft for a few weeks to isolate why many could not see the "new experience". Our issue was rooted in our need to centrally deploy the software and a step required many months ago ... we adjusted the MSI through Orca to treat the target workstation as a virtual machine and so the VDIModeEnabled was set to true. The new experience is not available on VDIs.
We isolated the VDI trigger to hklm\software\citrix and implemented a GPO to remove. The next step was to uninstall and reinstall Teams (the version that is not modified by Orca). We now have the new experience (set on by default).
To find if VDI was set, you need to open the Teams app and generate the debug files by holding CTRL + ALT + Shift + 1. Check the downloads folder for the debug files. The main one (largest size) will have VDIModeEnabled.
lkf_0827 When I joined a Teams meeting this morning I was pleasantly surprised to see that I had the new meeting experience again, so it looks like they are re-enabling the feature now. I'm on Teams version1.3.00.24755 (updated 9/21/20), though this feature set appears to also be controlled at the server level.
Stephan Swinford Congrats! Still a "no go" for me. I've even tried for a re-install of Teams as suggested by someone else. So frustrating!
- Norman RacineNov 05, 2020Copper Contributor
My team worked with Microsoft for a few weeks to isolate why many could not see the "new experience". Our issue was rooted in our need to centrally deploy the software and a step required many months ago ... we adjusted the MSI through Orca to treat the target workstation as a virtual machine and so the VDIModeEnabled was set to true. The new experience is not available on VDIs.
We isolated the VDI trigger to hklm\software\citrix and implemented a GPO to remove. The next step was to uninstall and reinstall Teams (the version that is not modified by Orca). We now have the new experience (set on by default).
To find if VDI was set, you need to open the Teams app and generate the debug files by holding CTRL + ALT + Shift + 1. Check the downloads folder for the debug files. The main one (largest size) will have VDIModeEnabled.
- Harrison90Jan 25, 2021Copper Contributor
Hello, i understand this is a few months old, but would you mind sharing how you isolated the VDI trigger? I am trying to get this working with VMware on virtual desktops.
If anyone has any experience getting the new meeting experience to show in a VMware environment any help would be greatly appreciated.
- VreezyDec 05, 2020Copper Contributor
Norman Racine Hi Norman, we are facing the same issue but our teams are seperated, so we do not really know what the guys from software deployment do. But I followed your explanation but I cannot find any registry key on the Windows 10 (1809) machine which shows anything with "VDIMode" but the Teams diagnostic log shows me the part "currentConversationVersion": 2019052101,
"VDIModeEnabled": true," . So may I ask you to give me an hint where to search? Thank you a lot, Mike- Olivier HoudeMar 30, 2021Copper Contributor
What you could do to bypass this issue is to add the option in you %appdata%\Microsoft\Teams\desktop-config.json and add this key "callingMWEnabledPreferenceKey" to the "appPreferenceSettings" and set it to true. This won't make the setting visible but it'll make it selected and you'll have access to the "New Meeting Experience"
"appPreferenceSettings": {"disableGpu": false,"openAtLogin": true,"openAsHidden": false,"runningOnClose": true,"registerAsIMProvider": true,"callingMWEnabledPreferenceKey": true}
- matttateNov 11, 2020Copper Contributor
Norman Racinethanks for this! pointed me in the right direction to the same issue.
we also had this reg key and VDIModeEnabed set to True. It turns out as we use Anixis for password policy enforcement it has added this key. Microsoft support have said they have spoken with Anixis and it is okay to remove, we are waiting confirmation ourselves. But I have removed it from my device, quit Teams, cleared the cached files in “%appdata%\Microsoft\teams\" only the files in that folder not any others and then opened Teams again, and it was all good - new experience here we come!
- Daniel CarpNov 12, 2020Brass Contributor
matttateReceived exactly the same advice from MS. When I deploy Anixis updates, I now have a secondary step to remove the specified Citrix registry key automatically. So far, no impact on the password change experience and after clearing the cache, Teams is finally updated for everybody. Good solution!