The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

API::BigBlueButton

SYNOPSIS

use API::BigBlueButton;

my $bbb = API::BigBlueButton->new( server => 'bbb.myhost', secret => '1234567890' );
my $res = $bbb->get_version;

if ( $res->success ) {
    my $version = $res->response->version
}
else {
    warn "Error occured: " . $res->error . ", Status: " . $res->status;
}

DESCRIPTION

client for BigBlueButton API

VERSION

version 0.013

METHODS

SEE ALSO

API::BigBlueButton::Requests

API::BigBlueButton::Response

BigBlueButton API

AUTHOR

Alexander Ruzhnikov a.ruzhnikov@reg.ru