Setting up future meetings with participants using Teams calendar or Outlook integration
Issue: Teams Meeting Add-in Fails Due to Missing Configuration File
We have recently experienced this issue across multiple PCs in the environment.
Problem
The Teams Meeting Add-in for Outlook fails to load correctly because a required configuration file is missing.
Root Cause
The file below is absent:
%LocalAppData%\Publishers\8wekyb3d8bbwe\TeamsSharedConfig\app_switcher_settings.json
When this file is missing, the add-in cannot verify that the New Teams client is set as the active application. As a result, the add-in shuts down during initialization.
Symptoms
From the add-in log located at:
%temp%\Microsoft\Teams\meeting-addin\
You may observe warnings similar to:
Warn: app_switcher_settings.json file does not exist or does not have value for defaultTeamsApp field.
Warn: Active Teams App set to Teams1
Note: The log incorrectly references the field name
defaultTeamsApp. The correct field required in the JSON file isdefaultApp.
Resolution / Workaround
Obtain a valid copy of the file app_switcher_settings.json from a working (healthy) machine.
Place it in the following directory:
%LocalAppData%\Publishers\8wekyb3d8bbwe\TeamsSharedConfig\
Ensure the file contains valid content, for example:
JSON
{"defaultApp":1,"cohort":"","webAccountId_AAD":"","cohortStage":"","userId_AAD":"","previousT1MachineId":"","previousT1SessionId":""}
Show more lines
Restart the applications in the correct order:
Close both Teams and Outlook
Launch **Teams** first
Then launch **Outlook**