The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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::ServerVersions->get;
    print "ELM version is: ".$server_version->versionName."\n";

Returns the server version information for the current connection.

list

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

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