Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Elive::StandardV2 0.02_1

    Download button

    No screenshots available
    Downloads: 218  View global page NEW!  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
    April 30th, 2012, 20:26 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Elive::StandardV2 description

    Perl bindings for the Elluminate Live Standard Bridge (V2)

    Elive::StandardV2 is a Perl module that implements Elluminate Live! Standard Bridge V2 API bindings.

    EXAMPLE

     use Elive::StandardV2;
     use Elive::StandardV2::Session;
     use Elive::Util;

     my $connection = Elive::StandardV2->connect(
     'http://myserver/mysite',
     'some_user' => 'some_pass' );

     # Sessions must start and end on the quarter hour.

     my $session_start = Elive::Util::next_quarter_hour();
     my $session_end = Elive::Util::next_quarter_hour( $session_start );

     my %session_data = (
     sessionName => 'My Demo Session',
     creatorId => $connection->user,
     startTime => $session_start . '000',
     endTime => $session_end . '000',
     openChair => 1,
     mustBeSupervised => 0,
     permissionsOn => 1,
     nonChairList => [qw(alice bob)],
     groupingList => [qw(mechanics sewing)],
     );

     my $session = Elive::StandardV2::Session->insert(\%session_data);

     my $url = $session->web_url( userId => 'bob');
     print "bob's session link is: $url\n";



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Elluminate Live | Standard Bridge | Perl module | Perl | Elive | Bridge

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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