Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Additional Software Dependencies

...

Code Block
<inputName>VideoConference</inputName>
<secondaryInputName>VideoConferenceSecondary</secondaryInputName>

Image RemovedImage Added

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
languagexml
        <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>

...