Forum Discussion
Skype Room System v3 app - Custom Themes?
Any guidance how to change the theme is highly appreciated, but i think we will never get a KB where all changes are documented :(
- Matthew WernerJun 08, 2017Copper Contributor
Thank you for the excellent question! The documentation is available here: https://technet.microsoft.com/EN-US/library/mt782886.aspx
https://technet.microsoft.com/EN-US/library/mt782886.aspx
Please let me know if you're still having issues with the configuration after reviewing the article.
- Arnaud_LogitechJun 11, 2019Copper Contributor
- DeletedJun 10, 2017
Hi Matthew
I can't seem to figure out how to get this working. My SRS is not domain joined. Signs into O365. Below is my SkypeSettings.xml. The file is never deleted when rebooted to clearly not taking any information. Tried loads of different combinations but still nothing.
Any ideas what is happening?
Thanks
Graham<SkypeSettings> <AutoScreenShare>true</AutoScreenShare> <HideMeetingName>false</HideMeetingName> <UserAccount> <SkypeSignInAddress>room@domain.com</SkypeSignInAddress> <ExchangeAddress>room@domain.com</ExchangeAddress> <DomainUsername></DomainUsername> <Password>password</Password> <ConfigureDomain></ConfigureDomain> <AutoRotatePassword></AutoRotatePassword> </UserAccount> <DualScreenMode>true</DualScreenMode> <SendLogs> <EmailAddressForLogsAndFeedback></EmailAddressForLogsAndFeedback> <SendLogsAndFeedback>false</SendLogsAndFeedback> </SendLogs> <Devices> <MicrophoneForCommunication></MicrophoneForCommunication> <SpeakerForCommunication></SpeakerForCommunication> <DefaultSpeaker></DefaultSpeaker> </Devices> <Theming> <ThemeName>Custom</ThemeName> <CustomThemeImageUrl>custom.png</CustomThemeImageUrl> <CustomThemeColor> <RedComponent>255</RedComponent> <GreenComponent>255</GreenComponent> <BlueComponent>255</BlueComponent> </CustomThemeColor> </Theming> </SkypeSettings>
- Øyvind JakobsenNov 08, 2017Copper Contributor
Hi, Graham (or anyone else reading), did you ever find a solution to this? I'm struggling with a similar problem that I just can't make heads or tails of: The first part of my SkypeSettings.xml applies perfectly, with login info, servers etc, but then it fails every single time I try to define devices.
This is the devices part of my xml (this is for a test device, hence the non-standard devices):
<Devices>
<MicrophoneForCommunication>Logitech Webcam C930e</MicrophoneForCommunication>
<SpeakerForCommunication>Realtek High Definition Audio</SpeakerForCommunication>
<DefaultSpeaker>Polycom CX5100</DefaultSpeaker>
</Devices>regards,
Øyvind
- DeletedJun 08, 2017Thanks Matthew, I'll test it out/break it :)