Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Elive 1.26

    Download button

    No screenshots available
    Downloads: 231  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    David Warring | More programs
    Perl Artistic License / FREE
    May 5th, 2012, 15:33 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Elive description

    Elluminate Live! Command Toolkit bindings

    Elive is a set of Perl bindings and entity definitions for the Elluminate Live! Command Toolkit; in particular, the entity commands.

    These commands are available as a SOAP web service and can be used to automate the raising, management and connection to meetings; and other related entities, including users, groups, preloads and recordings.

    EXAMPLE

    The following (somewhat contrived) example sets up a meeting of selected participants:

     use Elive;
     use Elive::Entity::User;
     use Elive::Entity::Preload;
     use Elive::View::Session;

     my $meeting_name = 'Meeting of the Smiths';


     Elive->connect('http://someEllumServer.com/test',
     'serversupport', 'mypass');


     my $participants = Elive::Entity::User->list(filter => "(lastName = 'Smith')");
     die "smithless" unless @$participants;

     my $start = time() + 15 * 60; # starts in 15 minutes
     my $end = $start + 30 * 60; # runs for half an hour

     # upload whiteboard content
     #
     my $preload = Elive::Entity::Preload->upload('welcome.wbd');

     my $meeting = Elive::View::Session->insert({
     name => $meeting_name,
     facilitatorId => Elive->login,
     start => $start . '000',
     end => $end . '000',
     participants => $participants,
     add_preload => $preload,
     });


     Elive->disconnect;


    Product's homepage

    Requirements:

    · Perl

    What's New in This Release: [ read full changelog ]

    · Improved support for sites running multiple session servers.

      


    TAGS:

    Elluminate Live | Command Toolkit | Perl bindings | Elluminate | Command | Toolkit

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM