Additional Software Dependencies
...
Code Block |
---|
<inputName>VideoConference</inputName> <secondaryInputName>VideoConferenceSecondary</secondaryInputName> |
Igloo Warper Canvas sharing
...
In the Igloo Warper CaptureInputs.xml file that can be found in Help - Global, add a new Capture input setting and set the inputName to YouTube
Important - Close warper before you save CaptureInputs.xml
...
In the Igloo Warper CaptureInputs.xml file that can be found in Help - Global, add a new Capture input setting and set the inputName to VideoConference
Important - Close warper before you save CaptureInputs.xml
...
User defined apps can be added to the App tab by modifying the settings.xml file to include nadditional browsers.
Code Block | ||
---|---|---|
| ||
<browser> <isIPServer>0</isIPServer> <name>GOOGLE</name> <urlPostFix></urlPostFix> <webAddress>www.google.com</webAddress> <enabled>1</enabled> <iconName>iconFileName.png</iconName> <group>APP</group> </browser> |
...