How to reset MS Teams Room Settings with a "Default" SkypeSettings.xml?

Jason F 0 Reputation points
2025-05-15T23:34:13.3266667+00:00

Greetings,

I am looking for an xml file that I can deploy to my Teams Rooms remotely (Windows Based "NUC") where I can apply an xml file that sets or "resets" what all the settings will be.

Problem:
I deployed an xml file "SkypeSettings.xml" to all my Teams rooms. After application, it was noted that when a person enters the "Settings" from the Touchscreen or using an attached keyboard and mouse, without a touchscreen, the "Save and Exit" no longer works. I have narrowed it down to one of the following settings portion

<CoordinatedMeetings enabled="false">

<TrustedAccounts>******@YourCompany.com</TrustedAccounts> #Real information left out

<Settings>

  <Audio default="true" enabled="true"/>

  <Video default="true" enabled="true"/>

  <Whiteboard default="true" enabled="true"/>

</Settings>

</CoordinatedMeetings>

I Used the following in the following format for the :
<SkypeSettings>

<AutoScreenShare>1</AutoScreenShare>

<HideMeetingName>0</HideMeetingName>

<AutoExitMeetingEnabled>true</AutoExitMeetingEnabled>

<AudioRenderDefaultDeviceVolume>35</AudioRenderDefaultDeviceVolume>

<AudioRenderCommunicationDeviceVolume>35</AudioRenderCommunicationDeviceVolume>

<TeamsMeetingsEnabled>true</TeamsMeetingsEnabled>

<SfbMeetingEnabled>false</SfbMeetingEnabled>

<IsTeamsDefaultClient>true</IsTeamsDefaultClient>

<RequirePasscodeForAllTeamsMeetings>false</RequirePasscodeForAllTeamsMeetings>

<RequirePasscodeForAllPrivateTeamsMeetings>false</RequirePasscodeForAllPrivateTeamsMeetings>

<WebExMeetingsEnabled>true</WebExMeetingsEnabled>

<ZoomMeetingsEnabled>true</ZoomMeetingsEnabled>

<BlueJeansMeetingsEnabled>false</BlueJeansMeetingsEnabled>

<UseCustomInfoForThirdPartyMeetings>true</UseCustomInfoForThirdPartyMeetings>

<CustomDisplayNameForThirdPartyMeetings>AV-Team</CustomDisplayNameForThirdPartyMeetings>

<CustomDisplayEmailForThirdPartyMeetings>******@YourCompany.com</CustomDisplayEmailForThirdPartyMeetings>

<BluetoothAdvertisementEnabled>true</BluetoothAdvertisementEnabled>

<AutoAcceptProximateMeetingInvitations>true</AutoAcceptProximateMeetingInvitations>

<AllowRoomRemoteEnabled>true</AllowRoomRemoteEnabled>

<RoomQRcodeEnabled>false</RoomQRcodeEnabled>

<DualScreenMode>true</DualScreenMode>

<DisableTeamsAudioSharing>false</DisableTeamsAudioSharing>

<EnableRoomCapacityNotification>false</EnableRoomCapacityNotification>

<FrontRowEnabled>true</FrontRowEnabled>

<FrontRowVideoSize>medium</FrontRowVideoSize>

<FrontRowPanelDefaults>3,2</FrontRowPanelDefaults>

<SingleFoRDefaultContentLayout>1</SingleFoRDefaultContentLayout>

<DefaultFoRExperience>0</DefaultFoRExperience>

<ShowMeetingChat>true</ShowMeetingChat>

<OpenMeetingChatByDefault>true</OpenMeetingChatByDefault>

<PrioritizeVideoParticipantsGallery>true</PrioritizeVideoParticipantsGallery>

<HideMeForAllLayouts>false</HideMeForAllLayouts>

<EnablePublicPreview>false</EnablePublicPreview>

<NoiseSuppressionDefault>1</NoiseSuppressionDefault>

<RoomLanguageSwitchEnabled>true</RoomLanguageSwitchEnabled>

<Theming>

   <ThemeName>Custom</ThemeName>

   <CustomBackgroundMainFoRDisplay>wallpaper4.jpg</CustomBackgroundMainFoRDisplay>

<CustomBackgroundExtendedFoRDisplay>wallpaper3.jpg</CustomBackgroundExtendedFoRDisplay>

<CustomBackgroundConsole>wallpaper2.jpg</CustomBackgroundConsole>

</Theming>

<TeamsRoomsNewExperience>true</TeamsRoomsNewExperience>

<RemoveFoRCalendar>false</RemoveFoRCalendar>

<CoordinatedMeetings enabled="false">

<TrustedAccounts>******@YourCompany.com</TrustedAccounts>

<Settings>

  <Audio default="true" enabled="true"/>

  <Video default="true" enabled="true"/>

  <Whiteboard default="true" enabled="true"/>

</Settings>

</CoordinatedMeetings>

<EnableResolutionAndScalingSetting>true</EnableResolutionAndScalingSetting>

<MainFoRDisplay>

  <MainFoRDisplayResolution>1920,1080</MainFoRDisplayResolution> 

  <MainFoRDisplayScaling>100</MainFoRDisplayScaling> 

</MainFoRDisplay>

<ExtendedFoRDisplay>

  <ExtendedFoRDisplayResolution>1920,1080</ExtendedFoRDisplayResolution> 

  <ExtendedFoRDisplayScaling>100</ExtendedFoRDisplayScaling> 

</ExtendedFoRDisplay>

<EnableDeviceEndToEndEncryption>true</EnableDeviceEndToEndEncryption>

<SplitVideoLayoutsDisabled>false</SplitVideoLayoutsDisabled>

</SkypeSettings>

After I removed the "CoordinatedMeetings" I was able to use the "Save and Exit" feature again from the Settings option.

Any help would be appreciated.
(The Assist below didn't help (UwU))

Microsoft Teams | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.