Forum Discussion
Hidden meeting name instead of bookers name.
Hi, VasilMichev, thanks and sorry for my late reply.
We found out that it was on the MTR UI where the issue was:
setting this line as false:
<HideMeetingName>0</HideMeetingName>
has fixed the issue.
Thanks a lot.
- YelRockzAug 15, 2023Copper ContributorHi, Where can we set this?
- Javi_DAug 16, 2023Copper Contributor
YelRockz @Alimyers76
Hi, sorry for late reply.
Just follow the instructions here:
https://learn.microsoft.com/en-us/microsoftteams/rooms/xml-config-file
Basically this:
At startup, if a Microsoft Teams Rooms console finds an XML file named SkypeSettings.xml located at C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState, it applies the configuration settings indicated by the XML file then deletes the XML file.
In this particular case, the XML that has worked for me is this:
<SkypeSettings> <HideMeetingName>0</HideMeetingName> </SkypeSettings>
Hope it helps!
- Alimyers76Aug 15, 2023Copper Contributor
Javi_D do you mean in the registry on the teams device? TIA