Versions Compared

Key

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

...

  • Run video conferences

  • Share a portion of the Igloo Canvas to a video conference

  • Control Igloo Capture sources

  • Select content from Igloo Playback clipbanks

  • Take keyboard+mouse control over webpages through Igloo Web

  • Use Igloo Home to trigger content

Setup

For setup instructions please see here: S22 Igloo Control Panel Setup

Meeting

...

Video conferencing

...

The Playback tab synchronises with the clipbanks shown in the Igloo Playback application and allows you to select clips and control volume and movie playhead position.

Apps

For details on each of the standard apps, please see here: S22 Igloo Control Panel Apps

It is also possible to add custom apps. This is done by manually editing the settings.xml file, here is an example snippet to add a custom app called Spacewalk. The iconName file acts as the thumbnail shown in the Apps tab and is stored in the Images subfolder of the Control Panel settings folder.

Code Block
        <browser>
            <isIPServer>0</isIPServer>
            <name>Spacewalk</name>
            <urlPostFix>:800/spacewalk/control</urlPostFix>
            <webAddress></webAddress>
            <enabled>1</enabled>
            <iconName>spacewalk_logo.png</iconName>
            <group>APP</group>
        </browser>

...

Home

This tab displays your currently active Igloo Home layout.

...