Forum Discussion
Skype Room System v3 app - Custom Themes?
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>
- Jörg von der OheMay 19, 2018Iron Contributor
Not available as today, but it is on the roadmap.
- DeletedMay 18, 2018SRS can't talk to Teams meetings yet, only P2P calls.