Forum Discussion
Skype Room System v3 app - Custom Themes?
I apologize for the delayed response. The article mentioned above has recently been updated but I was wondering if the file had been placed in the
C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState folder. If so, I would recommend contacting support and they can route the issue to the appropriate group for follow up.
Hi Matthew,
I am having issues getting this working and cannot get the XML file to be processed. I have used the exact XML from the technet as a test case and it applied once, using the login details and it subsequently deleted the XML file (which it says it will do if all is good) so all looked good. I then tried a subsequent update to the XML and it won't take any notice of the XML, even when I just change the login details.
Has anybody got a valid XML file I can use as a base copy to get this working?
I can't deploy a custom background unless the XML is working and I have a customer needing a custom background.
- Anders AbrahamsenNov 28, 2018Copper Contributor
Hi!
I used the part of the XML from Tobie's ZIP. Put the file and the .png in the "C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState" folder. Restatred the system (HP Slice G2). The branding does not work.
Any ideas?
<SkypeSettings>
<Theming>
<ThemeName>Custom</ThemeName>
<CustomThemeImageUrl>rulercolour.png</CustomThemeImageUrl>
<CustomThemeColor>
<RedComponent>100</RedComponent>
<GreenComponent>100</GreenComponent>
<BlueComponent>100</BlueComponent>
</CustomThemeColor>
</Theming>
</SkypeSettings> - John SivapragasamSep 19, 2018Copper Contributor
Thanks =)
- AnonymousSep 10, 2018Grab the xml from Tobie’s zip file here https://1drv.ms/u/s!Arx7Ss1l4DQIgZSiFI7H0vVcnhplWu8
- John SivapragasamSep 10, 2018Copper Contributor
Hi Brother
Im using the Lenovo system currently(or trying to set it up to be accurate), if u dont mind could help me out with the edited xml for the Lenovo system, thanks and much appreciated
=)
- Jörg von der OheMay 19, 2018Iron Contributor
Not available as today, but it is on the roadmap.
- AnonymousMay 18, 2018SRS can't talk to Teams meetings yet, only P2P calls.
- AnonymousMay 18, 2018Just a FYI, it worked fine for me on the Lenovo using Tobie's xml.
- Glenn ChubakMay 18, 2018Brass ContributorA bit off topic here, but has anyone actually gotten SRS to join teams meetings? I see the xml flag above <TeamsMeetingsEnabled>true</TeamsMeetingsEnabled> and I've set this but the SRS still says "Currently Unsupported" when trying to join teams meetings.
- AnonymousApr 13, 2018Great findings on this Jed, thanks for persisting with it. Looking forward to testing it out
- Jed EllerbyApr 13, 2018Brass Contributor
Typical, after a day of failure and a post here, I now get it all working :)
I noticed Tobie had included a SkypeSettings.xml in his download (from his blog) and once I used this it all worked fine. I have added all the other elements to the XML and it processes it onb reboot without issue now. Possibly the XML format is very picky as I didn't use an XML editor, but I did clean up extra white space in the file and all is good.
The PSD file listed in the technet for the SRS background is very useful as there are limited spaces to actual add logos so you need to position things carefully.
<SkypeSettings>
<AutoScreenShare>true</AutoScreenShare>
<HideMeetingName>true</HideMeetingName>
<UserAccount>
<SkypeSignInAddress>conferenceroom@domain.com</SkypeSignInAddress>
<ExchangeAddress>conferenceroom@domain.com</ExchangeAddress>
<DomainUsername></DomainUsername>
<Password>******</Password>
<ConfigureDomain></ConfigureDomain>
<AutoRotatePassword>0</AutoRotatePassword>
</UserAccount>
<SkypeMeetingsEnabled>true</SkypeMeetingsEnabled>
<TeamsMeetingsEnabled>true</TeamsMeetingsEnabled>
<DualScreenMode>false</DualScreenMode>
<SendLogs>
<EmailAddressForLogsAndFeedback>admin@domain.com</EmailAddressForLogsAndFeedback>
<SendLogsAndFeedback>true</SendLogsAndFeedback>
</SendLogs>
<Devices>
<MicrophoneForCommunication>Echo Cancelling Speakerphone (Logitech MeetUp Speakerphone)</MicrophoneForCommunication>
<SpeakerForCommunication>Echo Cancelling Speakerphone (Logitech MeetUp Speakerphone)</SpeakerForCommunication>
<DefaultSpeaker>Echo Cancelling Speakerphone (Logitech MeetUp Speakerphone)</DefaultSpeaker>
</Devices>
<Theming>
<ThemeName>Custom</ThemeName>
<CustomThemeImageUrl>SRSCustomBackground.png</CustomThemeImageUrl>
<CustomThemeColor>
<RedComponent>100</RedComponent>
<GreenComponent>100</GreenComponent>
<BlueComponent>100</BlueComponent>
</CustomThemeColor>
</Theming>
</SkypeSettings>