cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
225
Views
0
Helpful
0
Replies

XML script input switching

Jrubik
Level 1
Level 1

We have a Webex Room 70 set up in our boardroom and we have a dedicated room PC that is behind the screens plugged into one of the HDMI inputs. We're having trouble adding a UI Extension that will switch the input to the room PC. I built it with the UI Extensions Editor and built the widget. Here's what I have but it's not working:

<?xml version="1.0" encoding="utf-8"?>
<Extensions>
<Version min="10" />
<Panel>
<Type>Extensions</Type>
<Icon />
<Button item="1" name="IU Extension Button">
<Command>
<Name>Video Input</Name>
<Params>
<Param name="InputSource" value="4" />
</Params>
</Command>
</Button>
</Panel>
</Extensions>

0 Replies 0