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

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.