There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Bb::Collaborate::V3::Server::Version - Server Version entity class

DESCRIPTION

This class provides Collaborate server version information

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 = Bb::Collaborate::V3::Server::Version->get;
print "Collaborate version is: ".$server_version->versionName."\n";

Returns the server version information for the current connection.

list

my @server_versions = Bb::Collaborate::V3::Server::Version->list;

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