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

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

The version number as a 4 digit integer,
e.g.
1002.
The version in XX.X.X format,
e.g.
10.0.2.
The maximum number of talkers that the version can support.
The maximum number of cameras that the version can support.

my $server_version = Elive::StandardV3::ServerVersions->get;
print "ELM version is: ".$server_version->versionName."\n";
Returns the server version information for the current connection.
my @server_versions = Elive::StandardV3::ServerVersions->list;
The list method can be used for sites with multiple session servers.