Bb-Collaborate-V3
view release on metacpan or search on metacpan
lib/Bb/Collaborate/V3/Connection.pm view on Meta::CPAN
use Carp;
use YAML::Syck;
use parent qw{Elive::Connection};
use Elive;
use Elive::Util;
=head1 NAME
Bb::Collaborate::V3::Connection - Manage Collaborate SOAP V3 endpoint connections.
=head1 DESCRIPTION
This module handles logical connections to the C<.../webservice.event> endpoint
on the Collaborate server. This endpoint implements the Standard Bridge API.
=cut
our %KnownCommands = (
BuildRecordingUrl => 'r',
BuildSessionUrl => 'r',
ClearSessionChairList => 'u',
ClearSessionNonChairList => 'u',
( run in 1.157 second using v1.01-cache-2.11-cpan-49f99fa48dc )