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

NAME

Elive::StandardV3::ServerVersion - Server Version entity class

DESCRIPTION

This class information regarding the Elluminate Live! versions to which you have access.

PROPERTIES

versionId (Int)

The version number as a 4 digit integer, e.g. 1002.

versionName (Str)

The version in XX.X.X format, e.g. 10.0.2.

versionMaxTalkersLimit (Int)

The maximum number of talkers that the version can support.

versionMaxFilmersLimit (Int)

The maximum number of cameras that the version can support.

METHODS

get

    my $server_version = Elive::StandardV3::ServerVersion->get;
    print "ELM version is: ".$server_version->versionName."\n";

Returns the server version information for the current connection.

list

    my @server_versions = Elive::StandardV3::ServerVersion->list;

The list method can be used for sites with multiple session servers.